SettingsButtonDefaults

Default values for SettingsButton.

Functions

Link copied to clipboard
fun ambientButtonBorder(enabled: Boolean, colorScheme: ColorScheme = MaterialTheme.colorScheme): BorderStroke

Provides the appropriate BorderStroke for the SettingsButton in the ambient mode.

Link copied to clipboard
fun ambientButtonColors(colorScheme: ColorScheme = MaterialTheme.colorScheme): IconButtonColors

Button colors for SettingsButton in the ambient mode.

Link copied to clipboard
fun badgeColors(colorScheme: ColorScheme = MaterialTheme.colorScheme): IconButtonColors

Colors for the settings item badge.

Link copied to clipboard
fun buttonColors(colorScheme: ColorScheme = MaterialTheme.colorScheme): IconButtonColors

Button colors for SettingsButton.