menu
multiselect_field package
documentation
core/multi_select.dart
Choice<T>
Choice constructor
Choice constructor
dark_mode
light_mode
Choice<
T
>
constructor
Choice<
T
>
(
String
?
key
,
String
value
, {
T?
metadata
,
})
Implementation
Choice(this.key, this.value, {this.metadata});
multiselect_field package
documentation
core/multi_select
Choice<T>
Choice constructor
Choice class