POGroupedContentStyle
data class POGroupedContentStyle(val title: POTextStyle, val border: POBorderStyle, @ColorRes val dividerColorResId: Int, @ColorRes val backgroundColorResId: Int) : Parcelable
Constructors
Link copied to clipboard
constructor(title: POTextStyle, border: POBorderStyle, @ColorRes dividerColorResId: Int, @ColorRes backgroundColorResId: Int)