buttonColor property
read / write
It's setting the color of the button to grey.
Implementation
late Color? buttonColor = colors[widget.resultValueNotifier.cross
.getGrid[widget.position.first][widget.position.second]];
It's setting the color of the button to grey.
late Color? buttonColor = colors[widget.resultValueNotifier.cross
.getGrid[widget.position.first][widget.position.second]];