menu
nice2dev_flutter_ui package
documentation
editors/nice_autocomplete.dart
NiceAutoComplete<T extends Object>
itemLabel property
itemLabel property
dark_mode
light_mode
itemLabel
property
String
Function
(
T
item
)
itemLabel
final
Extract display text from an item.
Implementation
final String Function(T item) itemLabel;
nice2dev_flutter_ui package
documentation
editors/nice_autocomplete
NiceAutoComplete<T extends Object>
itemLabel property
NiceAutoComplete class