HareDropdownX<T> constructor
HareDropdownX<T> (
- List<
LabelValue< items, {T> > - T? value,
- void onChanged(
- T?
Implementation
HareDropdownX(this.items, {this.value, this.onChanged}) : super();