debugDoingThisPaint property Null safety

bool debugDoingThisPaint

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;