lineColor property

Color lineColor

The color of the grid lines.

The default value is black - RGBA(0,0,0,255).

Implementation

Color get lineColor => _lineColor.value;
void lineColor=(Color value)

Implementation

set lineColor(Color value) => _lineColor.value = value;