debugDoingThisPaint property
bool
get
debugDoingThisPaint
inherited
Whether paint for this render object is currently running.
Only valid when asserts are enabled. In release builds, always returns
false.
Implementation
bool get debugDoingThisPaint => _debugDoingThisPaint;