Small

data object Small : KPRadioButtonSize

Properties

Link copied to clipboard
open override val buttonSize: Dp

The size of the RadioButton button itself.

Link copied to clipboard
open override val dotSize: Dp

The size of the dot inside the RadioButton when it is selected.

Link copied to clipboard
open override val rippleRadius: Dp

The radius of the ripple effect when the RadioButton is pressed.

Link copied to clipboard
open override val strokeWidth: Dp

The width of the stroke outlining the RadioButton button.

Link copied to clipboard
open override val textSize: TextStyle

The text style used for RadioButtonContainerType.Text container type associated with RadioButton components.