headerGridLinesVisibility property

GridLinesVisibility headerGridLinesVisibility
final

How the border should be visible in header cells.

Decides whether vertical or horizontal or both the borders or no borders should be drawn.

GridLinesVisibility.horizontal will be useful if you are using stackedHeaderRows to improve the readability.

Defaults to GridLinesVisibility.horizontal

Also refer GridLinesVisibility.

See also, gridLinesVisibility – To set the border for cells other than header cells.

Implementation

final GridLinesVisibility headerGridLinesVisibility;