FormeBottomSheetConfiguration class

Constructors

FormeBottomSheetConfiguration({Curve animationCurve = Curves.linear, bool animationEnable = true, Duration animationDuration = const Duration(milliseconds: 150), Color? backgroundColor, double? elevation, ShapeBorder? shape = const RoundedRectangleBorder(borderRadius: BorderRadius.vertical(top: Radius.circular(10.0))), Clip? clipBehavior, BoxConstraints? constraints, Color? barrierColor, AnimationController? transitionAnimationController, bool isDismissible = true, bool isScrollControlled = true, bool useRootNavigator = false, double? maximumHeight = 300, bool performSearchAfterOpen = false})
const

Properties

animationCurve Curve
final
animationDuration Duration
final
animationEnable bool
final
backgroundColor Color?
final
barrierColor Color?
final
clipBehavior Clip?
final
constraints BoxConstraints?
final
elevation double?
final
hashCode int
The hash code for this object.
no setterinherited
isDismissible bool
final
isScrollControlled bool
final
maximumHeight double?
final
performSearchAfterOpen bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape ShapeBorder?
final
transitionAnimationController AnimationController?
final
useRootNavigator bool
final

Methods

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