headingRowDecoration property

BoxDecoration? headingRowDecoration
final

Overrides default BoxDecoration(bottom border) applied to heading row. When both headerRowColor and this porperty are provided:

  • headingRowDecoration takes precedence if there're 0 or 1 fixed rows
  • headerRowColor is applied to fixed top forws starting from the second When there're both fixed top rows and fixed left columns with fixedCornerColor provided, this decoration overrides top left cornner cell color.

Implementation

final BoxDecoration? headingRowDecoration;