Present constructor
Present({
- required AnalyticsIdentifiable analyticsIdentifiable,
- bool animated = true,
- PresentTransition transition = .standard,
- bool skipKeyboardDismissal = false,
Implementation
Present({
required super.analyticsIdentifiable,
super.animated,
super.navigationKey,
this.transition = .standard,
super.skipKeyboardDismissal,
});