ComboBoxStyle constructor
ComboBoxStyle({
- BoxDecoration? decoration,
- double? height,
- EdgeInsets? padding,
Creates a combobox style instance.
Implementation
ComboBoxStyle({
this.decoration,
this.height,
this.padding,
});