MyPainter constructor

MyPainter(
  1. Color paintColor
)

Implementation

MyPainter(this.paintColor);