DropdownOption constructor

DropdownOption(
  1. String label,
  2. Widget? icon
)

Implementation

DropdownOption(this.label, this.icon);