We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unfortunately, it isn't totally clear what the parameters do.
It would be great to explain it better in the code docs.
/// Configure your app with [Momentum] root widget. /// /// The parameter `child` is not required for *unit testing*. factory Momentum({ Key? key, Future<void> Function()? initializer, Widget? child, Widget? appLoader, required List<MomentumController> controllers, List<MomentumService>? services, ResetAll? onResetAll, bool? disabledPersistentState, bool? enableLogging, int? maxTimeTravelSteps, bool? lazy, int? minimumBootstrapTime, BootstrapStrategy? strategy, PersistSaver? persistSave, PersistGet? persistGet, String? testSessionName, void Function()? restartCallback, })
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Unfortunately, it isn't totally clear what the parameters do.
It would be great to explain it better in the code docs.
The text was updated successfully, but these errors were encountered: