Widget Radial
constructor(componentId: String? = null, type: ComponentType = ComponentType.WIDGET_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, lowText: String? = null, i18nLowText: String? = null, highText: String? = null, i18nHighText: String? = 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)