PaintEvent constructor
const
PaintEvent({
- Key? key,
- PaintCallback? paintBefore,
- PaintCallback? paintAfter,
- Widget? child,
Implementation
const PaintEvent({
Key? key,
this.paintBefore,
this.paintAfter,
Widget? child
}) :
super(key: key, child: child);