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?> - Shows a modal material design bottom sheet.