KPRadioButtonSize

Defining different sizes for RadioButton components specific to the com.trendyol.theme.KPDesign theme.

This interface provides sealed classes representing different sizes for KPRadioButton components with customization options tailored to the Trendyol design guidelines.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data object Small : KPRadioButtonSize
Link copied to clipboard

Properties

Link copied to clipboard
abstract val buttonSize: Dp

The size of the RadioButton button itself.

Link copied to clipboard
abstract val dotSize: Dp

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

Link copied to clipboard
abstract val rippleRadius: Dp

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

Link copied to clipboard
abstract val strokeWidth: Dp

The width of the stroke outlining the RadioButton button.

Link copied to clipboard
abstract val textSize: TextStyle

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