DrawingPainter constructor
DrawingPainter({
- required DrawingController controller,
Creates a new DrawingPainter with the given controller
.
Implementation
DrawingPainter({required this.controller}) : super(repaint: controller);