BrushParam constructor

BrushParam(
  1. String brushColor,
  2. int brushThin
)

Implementation

BrushParam(this.brushColor, this.brushThin);