PORadioButtonStyle
data class PORadioButtonStyle(val title: POTextStyle, val normal: PORadioButtonStateStyle, val selected: PORadioButtonStateStyle, val error: PORadioButtonStateStyle, val errorDescription: POTextStyle, @DrawableRes val knobDrawableResId: Int? = null) : Parcelable
Constructors
Link copied to clipboard
constructor(title: POTextStyle, normal: PORadioButtonStateStyle, selected: PORadioButtonStateStyle, error: PORadioButtonStateStyle, errorDescription: POTextStyle, @DrawableRes knobDrawableResId: Int? = null)