HareDropdown<T> constructor

HareDropdown<T>(
  1. List<LabelValue<T>> items, {
  2. T? value,
  3. void onChanged(
    1. T?
    )?,
  4. Widget? hint = const Text("选择..."),
})

Implementation

HareDropdown(this.items, {this.value, this.onChanged, this.hint = const Text("选择...")}) : super();