clearNeedsPaint method
void
clearNeedsPaint()
Clears the needs-paint flag, indicating painting is up to date.
Implementation
void clearNeedsPaint() {
_needsPaint = false;
}
Clears the needs-paint flag, indicating painting is up to date.
void clearNeedsPaint() {
_needsPaint = false;
}