cell property

A BoxDecoration containing the cell border and color.

Implementation

BoxDecoration get cell => BoxDecoration(border: cellBorder, color: cellColor);