StoryGroupIconStyling

data class StoryGroupIconStyling @JvmOverloads constructor(height: Float, width: Float, cornerRadius: Float)

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))

Properties

cornerRadius
Link copied to clipboard
val cornerRadius: Float

Corner radius value of the story group icon

height
Link copied to clipboard
val height: Float

Height of the story group icon

width
Link copied to clipboard
val width: Float

Width of the story group icon