ActionButtonColors

class ActionButtonColors(val normalAreaColors: AreaColors, val hoverAreaColors: AreaColors, val pressedAreaColors: AreaColors, val disabledAreaColors: AreaColors) : AreaProvider, HoverAreaProvider, PressedAreaProvider, DisabledAreaProvider

Constructors

Link copied to clipboard
constructor(normalAreaColors: AreaColors, hoverAreaColors: AreaColors, pressedAreaColors: AreaColors, disabledAreaColors: AreaColors)

Properties

Link copied to clipboard
open override val disabledAreaColors: AreaColors
Link copied to clipboard
open override val hoverAreaColors: AreaColors
Link copied to clipboard
open override val normalAreaColors: AreaColors
Link copied to clipboard
open override val pressedAreaColors: AreaColors

Functions

Link copied to clipboard
@Composable
fun provideArea(enabled: Boolean, content: @Composable () -> Unit)