children property
Optional list of child widgets to display when the tile is expanded.
These children are typically other CustomListTile widgets to create a nested navigation structure.
Implementation
final List<Widget>? children;
Optional list of child widgets to display when the tile is expanded.
These children are typically other CustomListTile widgets to create a nested navigation structure.
final List<Widget>? children;