VxBottomSheet mixin
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
bottomSheetOptions(BuildContext context, {List<String>? option, String? defaultData, double maxHeight = 0.8, double minHeight = 0.1, dynamic onSelect(int index, String value)?, bool roundedFromTop = false, bool isDismissible = true, bool enableDrag = true, Color? barrierColor, Color? backgroundColor, double? elevation, Clip? clipBehavior, bool isSafeAreaFromBottom = false})
→ Future
-
-
bottomSheetView(BuildContext context, {required Widget child, double maxHeight = 0.8, double minHeight = 0.1, bool roundedFromTop = false, bool isDismissible = true, bool enableDrag = true, Color? barrierColor, Color? backgroundColor, double? elevation, Clip? clipBehavior, bool isSafeAreaFromBottom = false})
→ Future
-