Widget Vertical
constructor(componentId: String? = null, type: ComponentType = ComponentType.WIDGET_VERTICAL, name: String? = null, enabled: Boolean = true, i18n: String? = null, widgetType: WidgetType? = null, buildingPosition: BuildingPosition? = null, value: Value? = null, secondaryValue: Value? = null, icon: String? = null, barColor: String? = null, barHue: Boolean? = false, value1: WidgetSingleValue? = null, value2: WidgetSingleValue? = null, interaction: AbstractComponent.WidgetSection? = null)