BottomSheetContext extension
- on
Methods
-
showFancyModalBottomSheet<
T> ({required WidgetBuilder builder, Color? backgroundColor, double? elevation, ShapeBorder? shape, Clip? clipBehavior, bool isScrollControlled = false, bool isDismissible = true}) → Future< T?> -
Available on BuildContext, provided by the BottomSheetContext extension
Shortcut for showModalBottomSheet with a FancyBottomSheet child. -
showModalBottomSheet<
T> ({required WidgetBuilder builder, Color? backgroundColor, double? elevation, ShapeBorder? shape, Clip? clipBehavior, bool isScrollControlled = false, bool isDismissible = true}) → Future< T?> -
Available on BuildContext, provided by the BottomSheetContext extension
Shortcut forshowModalBottomSheet(context: context, ...)
.