Package-level declarations

Types

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