ReplaceAnimationTypeCustom constructor
const
ReplaceAnimationTypeCustom({
- required ViewNavigationType handler(
- AnalyticsIdentifiable analyticsIdentifiable,
- ValueKey<
String> key, { - required bool animated,
- required bool swipeToDismissEnabled,
- bool animated = true,
Implementation
const ReplaceAnimationTypeCustom({
required this.handler,
required this.swipeToDismissEnabled,
super.animated = true,
});