paintDirty property
bool
get
paintDirty
Whether this render object (or a descendant in its subtree) needs paint.
Implementation
bool get paintDirty => _paintDirty;
Whether this render object (or a descendant in its subtree) needs paint.
bool get paintDirty => _paintDirty;