ModulaBottomSheet class
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
-
show<T>({required BuildContext context, required Widget child, ModulaBottomSheetType type = ModulaBottomSheetType.standard, bool isDismissible = true, bool enableDrag = true, bool useRootNavigator = true, Color? backgroundColor, double? elevation, ShapeBorder? shape, Clip? clipBehavior, AnimationController? transitionAnimationController, double initialChildSize = 0.5, double minChildSize = 0.25, double maxChildSize = 1.0, List<double>? snapSizes, bool snap = false})
→ Future<T?>
-