children property

List<Widget>? children
final

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;