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