HareDropdownX<T> constructor

HareDropdownX<T>(
  1. List<LabelValue<T>> items, {
  2. T? value,
  3. void onChanged(
    1. T?
    )?,
})

Implementation

HareDropdownX(this.items, {this.value, this.onChanged}) : super();