VitComboBoxStyle constructor
VitComboBoxStyle({
- ComboBoxStyle? comboBox,
- double? labelSpacing,
- TextStyle? label,
- OptionsStyle? options,
- RenderBox? parentRenderBoxGetter(
- BuildContext context
Creates a instance of a class used to decorate the combobox component.
Implementation
VitComboBoxStyle({
this.comboBox,
this.labelSpacing,
this.label,
this.options,
this.parentRenderBoxGetter,
});