DragHandleShapes
-
Cmn
class DragHandleShapes
Specifies the shapes that will be used in a drag handle in different states.
Summary
Public constructors |
|
|---|---|
DragHandleShapes(shape: Shape, pressedShape: Shape, draggedShape: Shape) |
Cmn
|
Public properties |
||
|---|---|---|
Shape |
the shape of the drag handle when it's being dragged. |
Cmn
|
Shape |
the shape of the drag handle when it's being pressed but not dragged, by default it will be the same as |
Cmn
|
Shape |
the default shape of the drag handle when it's not being pressed. |
Cmn
|
Public constructors
DragHandleShapes
DragHandleShapes(shape: Shape, pressedShape: Shape, draggedShape: Shape)
| Parameters | |
|---|---|
shape: Shape |
the default shape of the drag handle when it's not being pressed. |
pressedShape: Shape |
the shape of the drag handle when it's being pressed but not dragged, by default it will be the same as |
draggedShape: Shape |
the shape of the drag handle when it's being dragged. |
Public properties
pressedShape
val pressedShape: Shape
the shape of the drag handle when it's being pressed but not dragged, by default it will be the same as draggedShape.