onAfterFirstLayout property

_ProviderListenerCallback<T>? 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 _ProviderListenerCallback<T>? onAfterFirstLayout;