ShouldRePaintDelegate typedef

ShouldRePaintDelegate = bool Function(CustomPainter oldDelegate)

need repaint

Implementation

typedef ShouldRePaintDelegate = bool Function(CustomPainter oldDelegate);