MyPainter constructor

MyPainter({
  1. List? d,
})

Implementation

MyPainter({this.d});