PaintSquare constructor
PaintSquare({
- Color backgroundColor = Colors.blue,
Implementation
PaintSquare({this.backgroundColor = Colors.blue});
PaintSquare({this.backgroundColor = Colors.blue});