RadioButtonFieldColors

data class RadioButtonFieldColors(val labelColor: Color, val textColor: Color, val supportingTextColor: Color, val outlineColor: Color, val selectedColor: Color, val unselectedColor: Color, val disabledSelectedColor: Color, val disabledUnselectedColor: Color)

Colors used for a FieldFormElement with a RadioButtonsFormInput.

Use FeatureFormDefaults.radioButtonFieldColors to create a new instance with the default values.

Since

200.5.0

Constructors

Link copied to clipboard
constructor(labelColor: Color, textColor: Color, supportingTextColor: Color, outlineColor: Color, selectedColor: Color, unselectedColor: Color, disabledSelectedColor: Color, disabledUnselectedColor: Color)

Properties

Link copied to clipboard

the color to use for the RadioButton when disabled and selected.

Link copied to clipboard

the color to use for the RadioButton when disabled and not selected.

Link copied to clipboard

the color used for the label of this field

Link copied to clipboard

the color used for the outline of this field

Link copied to clipboard

the color to use for the RadioButton when selected and enabled.

Link copied to clipboard

the color used for the supporting text of this field

Link copied to clipboard

the color used for the text of RadioButton

Link copied to clipboard

the color to use for the RadioButton when unselected and enabled.