child property

Widget child
final

The widget that represents the data of this cell.

Typically, a Text widget.

Implementation

final Widget child;