menu
widget_tray package
documentation
ListTile/expandable_tile.dart
CustomExpandableTile
children property
children property
dark_mode
light_mode
children
property
List
<
Widget
>
?
children
final
Optional list of widgets to display when the tile is expanded.
Implementation
final List<Widget>? children;
widget_tray package
documentation
ListTile/expandable_tile
CustomExpandableTile
children property
CustomExpandableTile class