TextButtonShapes
class TextButtonShapes
Represents the shapes used for TextButton in various states.
If pressedShape is non null the shape will be animated on press.
Summary
Public constructors |
|---|
TextButtonShapes(shape: Shape, pressedShape: Shape) |
Public functions |
|
|---|---|
TextButtonShapes |
|
open operator Boolean |
|
open Int |
hashCode() |
Public properties |
|
|---|---|
Shape |
the shape of the text button when pressed |
Shape |
the shape of the text button when enabled |
Public constructors
Public functions
copy
Added in 1.5.0
fun copy(shape: Shape? = this.shape, pressedShape: Shape? = this.pressedShape): TextButtonShapes