shouldRepaint property
bool
get
shouldRepaint
Whether the painter should repaint on every frame.
Override to optimize conditional repainting.
Implementation
bool get shouldRepaint => true;
Whether the painter should repaint on every frame.
Override to optimize conditional repainting.
bool get shouldRepaint => true;