children property

List<Widget?> children
final

The widgets that are displayed when the tile expands.

Typically ListTile widgets.

Implementation

final List<Widget?> children;