isHeader property

bool isHeader
final

Whether a semantic node is a header that divides content into sections.

For example, headers can be used to divide a list of alphabetically sorted words into the sections A, B, C, etc. as can be found in many address book applications.

Implementation

final bool isHeader;