PaintSquare constructor

PaintSquare({
  1. Color backgroundColor = Colors.blue,
})

Implementation

PaintSquare({this.backgroundColor = Colors.blue});