return LiquidSwipe(
pages: pages,
fullTransitionValue: 350.0,
enableLoop: false,
**enableSlideIcon: true,**
slideIconWidget: Icon(
Icons.arrow_back_ios,
color: dynamicColor,
),
);
in the above the line enableSlideIcon give error.
enter image description here
>Solution :
Instead of
**enableSlideIcon: true,**
Use
enableSideReveal : true,