menu
forui package
documentation
widgets/select.dart
FSelectSection<T>
children property
children property
dark_mode
light_mode
children
property
List
<
FSelectItem
<
T
>
>
children
final
The nested
FSelectItem
s.
Implementation
final List<FSelectItem<T>> children;
forui package
documentation
widgets/select
FSelectSection<T>
children property
FSelectSection class