permanentFrameCallback property

(void Function(BuildContext context, StateSetter setState)?) permanentFrameCallback
final

The callback that will be scheduled for the end of each frame, which will be called after postFrameCallback.

Implementation

final void Function(BuildContext context, StateSetter setState)? permanentFrameCallback;