ComboOption constructor

const ComboOption(
  1. String value, {
  2. String? label,
  3. Widget? widget,
})

Implementation

const ComboOption(this.value, {this.label, this.widget});