hasPaintDirty property
bool
get
hasPaintDirty
Whether the tree has pending paint work.
Implementation
bool get hasPaintDirty => _owner.hasPaintDirty;
Whether the tree has pending paint work.
bool get hasPaintDirty => _owner.hasPaintDirty;