Widget Web
data class WidgetWeb(val type: WidgetType = WidgetType.WEB, val title: InfoIcon? = null, val url: String? = null, val button: InfoIcon? = null) : Widget, Parcelable
Constructors
Link copied to clipboard
constructor(type: WidgetType = WidgetType.WEB, title: InfoIcon? = null, url: String? = null, button: InfoIcon? = null)