PipExitAnimation constructor

const PipExitAnimation({
  1. PipExitAnimationType type = PipExitAnimationType.fadeOut,
  2. PipFlyDirection to = PipFlyDirection.right,
  3. Duration duration = const Duration(milliseconds: 200),
})

Implementation

const PipExitAnimation({
  this.type = PipExitAnimationType.fadeOut,
  this.to = PipFlyDirection.right,
  this.duration = const Duration(milliseconds: 200),
});