FloraBottomSheetOptions class
Constructors
-
FloraBottomSheetOptions({double? height, double? width, EdgeInsets margin = EdgeInsets.zero, EdgeInsets? padding, Border? border, BorderRadius? borderRadius = const BorderRadius.vertical(top: Radius.circular(20)), List<BoxShadow>? boxShadow, Color? color, Duration animationDuration = const Duration(milliseconds: 200), Color? focusColor, Color? hoverColor, Color? highlightColor, MaterialStateProperty<Color?>? overlayColor, Color? splashColor, BoxShape shape = BoxShape.rectangle})
-
const
Methods
-
copyWith({Duration? animationDuration, double? height, double? width, EdgeInsets? margin, EdgeInsets? padding, Color? color, List<BoxShadow>? boxShadow, BorderRadius? borderRadius, Border? border, double? upperBound, double? lowerBound, double? tapScale, Color? focusColor, Color? hoverColor, Color? highlightColor, MaterialStateProperty<Color?>? overlayColor, Color? splashColor, BoxShape? shape})
→ FloraBottomSheetOptions
-
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited