TinyXContextShowBottomSheet extension

showBottomSheet(context: context, ...) as context.showBS(...)

on

Methods

showBS<T>({required WidgetBuilder builder, Color? backgroundColor, double? elevation, ShapeBorder? shape, Clip? clipBehavior}) PersistentBottomSheetController

Available on BuildContext, provided by the TinyXContextShowBottomSheet extension

Shows a material design bottom sheet in the nearest material.Scaffold ancestor.