FavoriteIconSet

data class FavoriteIconSet(@DrawableRes val home: Int, @DrawableRes val work: Int, @DrawableRes val regular: Int) : IconSet

Constructors

Link copied to clipboard
constructor(@DrawableRes home: Int, @DrawableRes work: Int, @DrawableRes regular: Int)

Properties

Link copied to clipboard
val home: Int
Link copied to clipboard
Link copied to clipboard
val work: Int