MainToolBarColors

data class MainToolBarColors(val isDark: Boolean, val normalAreaColors: AreaColors, val inactiveAreaColors: AreaColors, val actionButtonColors: ActionButtonColors) : AreaProvider, InactiveAreaProvider

Constructors

Link copied to clipboard
constructor(isDark: Boolean, normalAreaColors: AreaColors, inactiveAreaColors: AreaColors, actionButtonColors: ActionButtonColors)

Properties

Link copied to clipboard
open override val inactiveAreaColors: AreaColors
Link copied to clipboard
Link copied to clipboard
open override val normalAreaColors: AreaColors

Functions

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