ReplaceAnimationTypePush constructor

const ReplaceAnimationTypePush({
  1. bool swipeToDismissEnabled = true,
  2. bool animated = true,
})

Implementation

const ReplaceAnimationTypePush({
  this.swipeToDismissEnabled = true,
  super.animated = true,
});