AnimationConfig constructor
const
AnimationConfig({
- DialogAnimationDirection? dialogStart,
- DialogAnimationDirection? dialogEnd,
- SnackbarAnimationDirection? snackbarStart,
- SnackbarAnimationDirection? snackbarEnd,
- BottomsheetAnimationDirection? bottomsheetStart,
- BottomsheetAnimationDirection? bottomsheetEnd,
Implementation
const AnimationConfig({
this.dialogStart,
this.dialogEnd,
this.snackbarStart,
this.snackbarEnd,
this.bottomsheetStart,
this.bottomsheetEnd,
});