ButtonStyle

data class ButtonStyle(@StyleRes val defStyleRes: Int, @StyleRes val defStyleResDark: Int)

Data class containing the style resources for a button or set of buttons in a AppBar suggestion view both for light and dark themes.

Constructors

Link copied to clipboard
constructor(@StyleRes defStyleRes: Int, @StyleRes defStyleResDark: Int)

Properties

Link copied to clipboard

The style resource ID for the button in a light theme.

Link copied to clipboard

The style resource ID for the button in a dark theme.