debugOnProfilePaint top-level property

ProfilePaintCallback? debugOnProfilePaint
getter/setter pair

Callback invoked for every RenderObject painted each frame.

This callback is only invoked in debug builds.

See also:

Implementation

ProfilePaintCallback? debugOnProfilePaint;