alternateCell property

BoxDecoration alternateCell

A BoxDecoration containing the alternate cell border and color.

Implementation

BoxDecoration get alternateCell =>
    BoxDecoration(border: alternateCellBorder, color: alternateCellColor);