slide abstract method

Widget slide(
  1. BuildContext context
)

Override this method to add slide (foreground) widget.

The widget returned by this method will be placed as foreground of that particular slide.

Implementation

// @mustBeOverridden
Widget slide(BuildContext context);