DropdownItem<T> constructor

DropdownItem<T>({
  1. T? value,
  2. Widget? child,
  3. String? name,
  4. bool disabled = false,
  5. bool isDivider = false,
})

Implementation

DropdownItem({this.value, this.child, this.name, this.disabled = false, this.isDivider = false});