postFrameCallbackForBuild property

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

The callback that will be scheduled for the end of this frame, which will be added when State.build.

Implementation

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