backgroundColor property

Color backgroundColor

The background color of the grid.

The default value is gray - RGBA(192,192,192,255).

Implementation

Color get backgroundColor => _backgroundColor.value;
void backgroundColor=(Color value)

Implementation

set backgroundColor(Color value) => _backgroundColor.value = value;