Story Group Icon Styling
data class StoryGroupIconStyling @JvmOverloads constructor(height: Float, width: Float, cornerRadius: Float)
Content copied to clipboard
This data class represents styling of story group icons
Constructors
StoryGroupIconStyling
Link copied to clipboard
fun StoryGroupIconStyling(height: Float = dpToPixel(STORY_GROUP_ICON_SIZE_CUSTOM), width: Float = dpToPixel(STORY_GROUP_ICON_SIZE_CUSTOM), cornerRadius: Float = dpToPixel(STORY_GROUP_ICON_CORNER_RADIUS_CUSTOM))
Content copied to clipboard