waitingBuilder property
(Optional) A callback that builds the widget tree while dependencies are loading.
If null, nothing is displayed during the loading phase.
- context: The current build context.
Implementation
final Widget Function(BuildContext context)? waitingBuilder;