menu
adeptabhi_widgets package
documentation
view/adept_text_auto_complete.dart
AdeptTextAutoComplete<T>
getText property
getText property
dark_mode
light_mode
getText
property
String
Function
(
T
)
getText
final
Callback to extract displayable text from the suggestion object.
Implementation
final String Function(T) getText;
adeptabhi_widgets package
documentation
view/adept_text_auto_complete
AdeptTextAutoComplete<T>
getText property
AdeptTextAutoComplete class