BottomSheetRouteOptions class

Mixed-in types

Constructors

BottomSheetRouteOptions({InheritedTheme? capturedThemes, Color? backgroundColor, bool? useSafeArea, bool? useRootNavigator, bool? enableDrag, double? elevation, ShapeBorder? shape, bool? showDragHandle, Offset? anchorPoint, Color? barrierColor, String? barrierLabel, BoxConstraints? constraints, bool? isDismissible, Clip? clipBehavior, bool? isScrollControlled, TraversalEdgeBehavior? traversalEdgeBehavior, AnimationController? transitionAnimationController, double? scrollControlDisabledMaxHeightRatio})

Properties

anchorPoint Offset?
final
backgroundColor Color?
final
barrierColor Color?
final
barrierLabel String?
final
capturedThemes InheritedTheme?
final
clipBehavior Clip?
final
constraints BoxConstraints?
final
elevation double?
final
enableDrag bool?
final
hashCode int
The hash code for this object.
no setterinherited
isDismissible bool?
final
isScrollControlled bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollControlDisabledMaxHeightRatio double?
final
shape ShapeBorder?
final
showDragHandle bool?
final
transitionAnimationController AnimationController?
final
traversalEdgeBehavior TraversalEdgeBehavior?
final
useRootNavigator bool?
final
useSafeArea bool?
final

Methods

createRoute(RouteSettings settings, RouteOptions options) Route
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited