PaintSquare constructor

PaintSquare({
  1. Color backgroundColor = Colors.blue,
  2. bool with3dEffect = false,
})

Implementation

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