AnimationConfig constructor

const AnimationConfig({
  1. DialogAnimationDirection? dialogStart,
  2. DialogAnimationDirection? dialogEnd,
  3. SnackbarAnimationDirection? snackbarStart,
  4. SnackbarAnimationDirection? snackbarEnd,
  5. BottomsheetAnimationDirection? bottomsheetStart,
  6. BottomsheetAnimationDirection? bottomsheetEnd,
})

Implementation

const AnimationConfig({
  this.dialogStart,
  this.dialogEnd,
  this.snackbarStart,
  this.snackbarEnd,
  this.bottomsheetStart,
  this.bottomsheetEnd,
});