IconToggleButtonShapes
The shapes that will be used in toggle buttons. Toggle button will morph between these three shapes depending on the interaction of the toggle button, assuming all of the shapes are CornerBasedShapes.
Summary
Public constructors |
|
|---|---|
IconToggleButtonShapes( |
Cmn
|
Public functions |
||
|---|---|---|
IconToggleButtonShapes |
Returns a copy of this IconButtonShapes, optionally overriding some of the values. |
Cmn
|
open operator Boolean |
Cmn
|
|
open Int |
hashCode() |
Cmn
|
Public properties |
||
|---|---|---|
Shape |
is the checked shape. |
Cmn
|
Shape |
is the pressed shape. |
Cmn
|
Shape |
is the unchecked shape. |
Cmn
|
Public constructors
IconToggleButtonShapes
IconToggleButtonShapes(
shape: Shape,
pressedShape: Shape = shape,
checkedShape: Shape = shape
)
Public functions
copy
fun copy(
shape: Shape? = this.shape,
pressedShape: Shape? = this.pressedShape,
checkedShape: Shape? = this.checkedShape
): IconToggleButtonShapes
Returns a copy of this IconButtonShapes, optionally overriding some of the values.