children property
The widgets that are displayed when the tile expands.
Typically ListTile widgets.
Implementation
@Deprecated("use `childrenBody` instead.")
final List<Widget>? children;
The widgets that are displayed when the tile expands.
Typically ListTile widgets.
@Deprecated("use `childrenBody` instead.")
final List<Widget>? children;