debugOnProfilePaint top-level property Null safety

ProfilePaintCallback? debugOnProfilePaint
read / write

Callback invoked for every RenderObject painted each frame.

This callback is only invoked in debug builds.

See also:

Implementation

ProfilePaintCallback? debugOnProfilePaint;