Widget User
data class WidgetUser(val type: WidgetType = WidgetType.USER, val backgroundImage: String? = null, val user: UserInfo? = null) : Widget, Parcelable
Constructors
Link copied to clipboard
constructor(type: WidgetType = WidgetType.USER, backgroundImage: String? = null, user: UserInfo? = null)