ProfilePaintCallback typedef

ProfilePaintCallback = void Function(RenderObject renderObject)

Signature for debugOnProfilePaint implementations.

Implementation

typedef ProfilePaintCallback = void Function(RenderObject renderObject);