slideIconWidget property

Widget? slideIconWidget
final

Required a Widget that will be visible only if enableSlideIcon is set to true

If not provided and enableSlideIcon is set true, Icon(Icons.arrow_back_ios) this will be used by default

Implementation

final Widget? slideIconWidget;