Story Group Style
data class StoryGroupStyle(@ColorInt borderUnseenColors: List<Int>?, @ColorInt textUnseenColor: Int?, badge: StoryGroupBadgeStyle?)
Content copied to clipboard
This class represents a story group's style in the StorylyView.
Constructors
StoryGroupStyle
Link copied to clipboard
fun StoryGroupStyle(@ColorInt borderUnseenColors: List<Int>?, @ColorInt textUnseenColor: Int?, badge: StoryGroupBadgeStyle?)
Content copied to clipboard
Properties
badge
Link copied to clipboard
borderUnseenColors
Link copied to clipboard
textUnseenColor
Link copied to clipboard