FoDropdownOption constructor

FoDropdownOption(
  1. Object? id,
  2. String label, {
  3. String? icon,
  4. String? secondaryLabel,
  5. String? info,
  6. String? image,
  7. List<String> tags = const [],
})

Implementation

FoDropdownOption(
  this.id,
  this.label, {
  this.icon,
  this.secondaryLabel,
  this.info,
  this.image,
  this.tags = const [],
});