header property

bool? header
final

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

A header divides into sections. For example, an address book application might define headers A, B, C, etc. to divide the list of alphabetically sorted contacts into sections.

Implementation

final bool? header;