MyPainter constructor

MyPainter(
  1. DataModel datamodel,
  2. List param
)

Implementation

MyPainter(this.datamodel, this.param);