CustomPainterCanvasCallback constructor
const
CustomPainterCanvasCallback({
- required PaintCallback onPaint,
- Listenable? repaint,
Implementation
const CustomPainterCanvasCallback({required this.onPaint, super.repaint});