Widget Blur Radial
data class WidgetBlurRadial(val componentId: String? = null, val type: ComponentType = ComponentType.WIDGET_BLUR_RADIAL, val name: String? = null, val enabled: Boolean = true, val i18n: String? = null, val widgetType: WidgetType? = null, val buildingPosition: BuildingPosition? = null, val icon: String? = null, var value: Value? = null, var secondaryValue: Value? = null, val mainValue: String? = null, val i18nMainValue: String? = null, val subValueText: String? = null, val i18nSubValueText: String? = null, val barColor: String? = null, val barHue: Boolean? = false, val subValue: String? = null, val error: String? = null, val i18nError: String? = null, val interaction: AbstractComponent.WidgetSection? = null) : AbstractComponent, Parcelable
Constructors
Link copied to clipboard
constructor(componentId: String? = null, type: ComponentType = ComponentType.WIDGET_BLUR_RADIAL, name: String? = null, enabled: Boolean = true, i18n: String? = null, widgetType: WidgetType? = null, buildingPosition: BuildingPosition? = null, icon: String? = null, value: Value? = null, secondaryValue: Value? = null, mainValue: String? = null, i18nMainValue: String? = null, subValueText: String? = null, i18nSubValueText: String? = null, barColor: String? = null, barHue: Boolean? = false, subValue: String? = null, error: String? = null, i18nError: String? = null, interaction: AbstractComponent.WidgetSection? = null)