PORadioFieldStateStyle
data class PORadioFieldStateStyle(val title: POTextStyle, val option: POTextStyle, @ColorRes val radioButtonColorResId: Int, @ColorRes val rowBackgroundColorResId: Int, @ColorRes val rowRippleColorResId: Int?, val border: POBorderStyle) : Parcelable
Constructors
Link copied to clipboard
constructor(title: POTextStyle, option: POTextStyle, @ColorRes radioButtonColorResId: Int, @ColorRes rowBackgroundColorResId: Int, @ColorRes rowRippleColorResId: Int?, border: POBorderStyle)