menu
forui package
documentation
widgets/autocomplete.dart
FAutocompleteSection<T>
children property
children property
dark_mode
light_mode
children
property
List
<
FAutocompleteItem
<
T
>
>
children
final
The nested
FAutocompleteItem
s.
Implementation
final List<FAutocompleteItem<T>> children;
forui package
documentation
widgets/autocomplete
FAutocompleteSection<T>
children property
FAutocompleteSection class