slide method
Override this method to add slide (foreground) widget.
The widget returned by this method will be placed as foreground of that particular slide.
Implementation
@override
Widget slide(BuildContext context) => _slide;
Override this method to add slide (foreground) widget.
The widget returned by this method will be placed as foreground of that particular slide.
@override
Widget slide(BuildContext context) => _slide;