DragHandleColors
-
Cmn
class DragHandleColors
Specifies the colors that will be used in a drag handle in different states.
Summary
Public constructors |
|
|---|---|
DragHandleColors(color: Color, pressedColor: Color, draggedColor: Color) |
Cmn
|
Public properties |
||
|---|---|---|
Color |
the default color of the drag handle when it's not being pressed. |
Cmn
|
Color |
the color of the drag handle when it's being dragged. |
Cmn
|
Color |
the color of the drag handle when it's being pressed but not dragged, by default it will be the same as |
Cmn
|
Public constructors
DragHandleColors
DragHandleColors(color: Color, pressedColor: Color, draggedColor: Color)
| Parameters | |
|---|---|
color: Color |
the default color of the drag handle when it's not being pressed. |
pressedColor: Color |
the color of the drag handle when it's being pressed but not dragged, by default it will be the same as |
draggedColor: Color |
the color of the drag handle when it's being dragged. |
Public properties
pressedColor
val pressedColor: Color
the color of the drag handle when it's being pressed but not dragged, by default it will be the same as draggedColor.