DragHandleSizes
-
Cmn
class DragHandleSizes
Specifies the sizes that will be used in a drag handle in different states.
Summary
Public constructors |
|
|---|---|
DragHandleSizes(size: DpSize, pressedSize: DpSize, draggedSize: DpSize) |
Cmn
|
Public properties |
||
|---|---|---|
DpSize |
the size of the drag handle when it's being dragged. |
Cmn
|
DpSize |
the size of the drag handle when it's being pressed but not dragged, by default it will be the same as |
Cmn
|
DpSize |
the default size of the drag handle when it's not being pressed. |
Cmn
|
Public constructors
DragHandleSizes
DragHandleSizes(size: DpSize, pressedSize: DpSize, draggedSize: DpSize)
| Parameters | |
|---|---|
size: DpSize |
the default size of the drag handle when it's not being pressed. |
pressedSize: DpSize |
the size of the drag handle when it's being pressed but not dragged, by default it will be the same as |
draggedSize: DpSize |
the size of the drag handle when it's being dragged. |
Public properties
pressedSize
val pressedSize: DpSize
the size of the drag handle when it's being pressed but not dragged, by default it will be the same as draggedSize.