sheets-compose-dialogs
sheets-compose-dialogs copied to clipboard
Add filled tonal button style
Any plan to add filled tonal button style?
/**
* Available button styles.
*/
enum class ButtonStyle {
/**
* Text button.
*/
TEXT,
/**
* Elevated button.
*/
ELEVATED,
/**
* Filled button.
*/
FILLED,
/**
* Outlined button.
*/
OUTLINED
}