layouts/root_layout library

Classes

BootstrapTarget
A bootstrap target. This is a feature anchor that features can use to register to execute bootstrap logic when the app starts up after login. If dismissible is true then the user can dismiss the bootstrap target widget by tapping on the modal barrier. If onDismiss is provided then it will be called when the user dismisses the bootstrap target widget.
RootLayout<S extends RootState>
RootState

Typedefs

BootstrapBuilder = Widget Function(BuildContext context, void complete(bool))
The bootstrap builder should return a widget that will be displayed while the bootstrap process is running. The builder should call the complete callback when the bootstrap process is complete for the current bootstrap target.