header property

Widget? header
final

Widget that is displayed above content. In Material Design it is usually AppBar.

Implementation

final Widget? header;