VitComboBoxStyle constructor

VitComboBoxStyle({
  1. ComboBoxStyle? comboBox,
  2. double? labelSpacing,
  3. TextStyle? label,
  4. OptionsStyle? options,
  5. RenderBox? parentRenderBoxGetter(
    1. 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,
});