TinyXContextShowModalBottomSheet extension

showModalBottomSheet(context: context, ...) as context.showMBS(...)

on

Methods

showMBS<T>({required WidgetBuilder builder, Color? backgroundColor, double? elevation, ShapeBorder? shape, Clip? clipBehavior, Color? barrierColor, bool isScrollControlled = false, bool useRootNavigator = false, bool isDismissible = true, bool enableDrag = true}) Future<T?>
Shows a modal material design bottom sheet.