backgroundColor property
The background color of the grid.
The default value is gray - RGBA(192,192,192,255).
Implementation
Color get backgroundColor => _backgroundColor.value;
Implementation
set backgroundColor(Color value) => _backgroundColor.value = value;