children property Null safety
final
The widgets that are displayed when the tile expands.
Typically ListTile widgets.
Implementation
final List<Widget> children;
The widgets that are displayed when the tile expands.
Typically ListTile widgets.
final List<Widget> children;