shouldRepaint abstract method

bool shouldRepaint(
  1. covariant SignalCustomPainter oldDelegate
)

Return true if the painter should be updated when the widget configuration changes.

Implementation

bool shouldRepaint(covariant SignalCustomPainter oldDelegate);