ToolTipColors

class ToolTipColors(val isDark: Boolean, val normalAreaColors: AreaColors) : AreaProvider

Constructors

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

Properties

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

Functions

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