DraggableAreaOptions class

Options class for the DraggableArea.

Constructors

DraggableAreaOptions({double topBorderRadius = 0.0, double height = 50.0, Color backgroundColor = Colors.white, Color indicatorColor = Colors.black, double indicatorWidth = 60.0, double indicatorHeight = 5.0, double indicatorRadius = 5.0, List<BoxShadow> shadows = const [BoxShadow(color: Colors.grey, blurRadius: 1)]})
Contains all options for customization of the DraggableArea.
const

Properties

backgroundColor Color
The color of the DraggableArea.
final
hashCode int
The hash code for this object.
no setterinherited
height double
The height of the DraggableArea.
final
indicatorColor Color
The color of the Indicator.
final
indicatorHeight double
The height of the Indicator.
final
indicatorRadius double
The top radius of the Indicator.
final
indicatorWidth double
The width of the Indicator.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadows List<BoxShadow>
Defines the shadow beneath the DraggableArea.
final
topBorderRadius double
Top Radius of the bottom sheet. To see it, a transparent background color for the bottomSheetTheme is necessary.
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