ReplaceAnimationTypeCustom constructor

const ReplaceAnimationTypeCustom({
  1. required ViewNavigationType handler(
    1. AnalyticsIdentifiable analyticsIdentifiable,
    2. ValueKey<String> key, {
    3. required bool animated,
    }),
  2. required bool swipeToDismissEnabled,
  3. bool animated = true,
})

Implementation

const ReplaceAnimationTypeCustom({
  required this.handler,
  required this.swipeToDismissEnabled,
  super.animated = true,
});