ComboBoxStyle constructor

ComboBoxStyle({
  1. BoxDecoration? decoration,
  2. double? height,
  3. EdgeInsets? padding,
})

Creates a combobox style instance.

Implementation

ComboBoxStyle({
  this.decoration,
  this.height,
  this.padding,
});