ButtonElevation

data class ButtonElevation(val defaultElevation: Int = 0, val pressedElevation: Int = 0, val focusedElevation: Int = 0, val hoveredElevation: Int = 0, val disabledElevation: Int = 0)

Constructors

Link copied to clipboard
constructor(elevation: Int)
constructor(defaultElevation: Int = 0, pressedElevation: Int = 0, focusedElevation: Int = 0, hoveredElevation: Int = 0, disabledElevation: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard