header property

bool? header
final

If non-null, indicates that this subtree represents a header.

A header is typically the top element of a page or section, such as a page title or app bar title.

Implementation

final bool? header;