XContextShowModalBottomSheet extension
showModalBottomSheet(context: context, ...)
as context.showModalBottomSheet(...)
- on
Methods
-
showModalBottomSheet<
T> ({required WidgetBuilder builder, Color? backgroundColor, double? elevation, ShapeBorder? shape, Clip? clipBehavior, Color? barrierColor, bool isScrollControlled = false, bool isDismissible = true, bool enableDrag = true}) → Future< T?> -
Available on BuildContext, provided by the XContextShowModalBottomSheet extension
Shows a modal material design bottom sheet.