BottomSheetOptions class
Constructors
-
BottomSheetOptions({bool barrierDismissible = true, bool useRootNavigator = true, RouteSettings? routeSettings, Color barrierColor = kCupertinoModalBarrierColor, Offset? anchorPoint, Color? backgroundColor, double? elevation, ShapeBorder? shape, Clip? clipBehavior, AnimationController? transitionAnimationController, bool enableDrag = true, bool isScrollControlled = true, BoxConstraints? constraints})
-
const
Methods
-
copyWith({Color? backgroundColor, double? elevation, ShapeBorder? shape, Clip? clipBehavior, Color? barrierColor, bool? barrierDismissible, bool? enableDrag, bool? isScrollControlled, RouteSettings? routeSettings, bool? useRootNavigator, AnimationController? transitionAnimationController, BoxConstraints? constraints, Offset? anchorPoint})
→ BottomSheetOptions
-
-
merge([BottomSheetOptions? options])
→ BottomSheetOptions
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited