stopper
library
Functions
-
showModalStopper({Key? key, required BuildContext context, required StopperBuilder builder, required List<double> stops, int initialStop = 0, bool userCanClose = true, double dragThreshold = 25, ShapeBorder? shape, bool isScrollController = true})
→ Future
-
Shows the Stopper modal bottom sheet.
Returns a Future that can be used
-
showStopper({Key? key, required BuildContext context, required StopperBuilder builder, required List<double> stops, int initialStop = 0, bool userCanClose = true, double dragThreshold = 25, ShapeBorder? shape, bool isScrollController = true})
→ PersistentBottomSheetController
-
Shows the Stopper bottom sheet.
Returns a PersistentBottomSheetController that can be used