DragHandleTheme class
Constructors
-
DragHandleTheme({Color color = Colors.blue, double size = 6.0, Duration opacityChangeDuration = const Duration(milliseconds: 150), Duration timeUntilDragHandleAppears = const Duration(milliseconds: 250)})
-
const
Properties
-
color
→ Color
-
The color of the drag handle that appears when the sidebar is being
resized.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
opacityChangeDuration
→ Duration
-
The duration of the drag handle's fade animation.
final
-
props
→ List<Object?>
-
The list of properties that will be used to determine whether
two instances are equal.
no setter
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
size
→ double
-
The size of the drag handle that appears when the sidebar is being
resized.
final
-
stringify
→ bool?
-
If set to
true
, the toString
method will be overridden to output
this instance's props
.
no setterinherited
-
timeUntilDragHandleAppears
→ Duration
-
The amount of time until the drag handle appears when sidebar's edge is
being hovered over.
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