child property

Widget child
final

The widget to show when the tile is in the expanded state.

Typically a Column with other children.

Implementation

final Widget child;