OptionDefaults

hold default values for Option

Functions

Link copied to clipboard
@Composable
fun optionColors(): OptionColors

@Composable
fun optionColors(checkedContainerColor: Color = Color.Unspecified, checkedContentColor: Color = Color.Unspecified, unCheckedContainerColor: Color = Color.Unspecified, unCheckedContentColor: Color = Color.Unspecified): OptionColors

Customize OptionColors used for Option.

Link copied to clipboard
@Composable
fun optionVibrants(): OptionVibrants

@Composable
fun optionVibrants(checkedContainerVibrant: Vibrant = Vibrant.Unspecified, checkedContentVibrant: Vibrant = Vibrant.Unspecified, uncheckedContainerVibrant: Vibrant = Vibrant.Unspecified, uncheckedContentVibrant: Vibrant = Vibrant.Unspecified): OptionVibrants

Customize OptionVibrants used for Option.