BottomSheetExtension extension

on

Properties

isBottomSheetOpen bool?

Available on GetInterface, provided by the BottomSheetExtension extension

check if bottomsheet is open
no setter
isDialogOpen bool?

Available on GetInterface, provided by the BottomSheetExtension extension

check if dialog is open
no setter

Methods

bottomSheet<T>(Widget bottomsheet, {Color? backgroundColor, double? elevation, bool isPersistent = false, ShapeBorder? shape, Clip? clipBehavior, Color? barrierColor, bool? ignoreSafeArea, bool isScrollControlled = false, bool useRootNavigator = false, bool isDismissible = true, bool enableDrag = true, bool showDragHandle = true, RouteSettings? settings, Duration? enterBottomSheetDuration, Duration? exitBottomSheetDuration, Curve? curve}) Future<T?>

Available on GetInterface, provided by the BottomSheetExtension extension

closeAllBottomSheets({String? id}) → void

Available on GetInterface, provided by the BottomSheetExtension extension

Closes all bottom sheets that are currently open.
closeBottomSheet<T>({String? id, T? result}) → void

Available on GetInterface, provided by the BottomSheetExtension extension

Closes bottom sheet that are currently open.