DrawingPainter constructor

DrawingPainter({
  1. required DrawingController controller,
})

Creates a new DrawingPainter with the given controller.

Implementation

DrawingPainter({required this.controller}) : super(repaint: controller);