child property

Widget child
final

The main widget of this header. Can't be null.

Typically a Text. If leading and trailing are not null, this widget will be set between them.

Implementation

final Widget child;