needsPaint property
Whether this render object needs paint.
This is true after markNeedsPaint is called and before paint is performed.
Implementation
bool get needsPaint => _needsPaint;
Whether this render object needs paint.
This is true after markNeedsPaint is called and before paint is performed.
bool get needsPaint => _needsPaint;