onAfterFirstLayout property

(void Function(BuildContext)?) onAfterFirstLayout
final

this callback will be called when the first frame was rendered use this callback if you want to show a dialog, snackbar or navigate after the first frame

Implementation

final void Function(BuildContext)? onAfterFirstLayout;