slideLeftToRight constant
AnimationConfig
const slideLeftToRight
Slide in from left, exit to right
Implementation
static const slideLeftToRight = AnimationConfig(
dialogStart: .fromLeft,
dialogEnd: .fromRight,
snackbarStart: .fromLeft,
snackbarEnd: .fromRight,
bottomsheetStart: .fromLeft,
bottomsheetEnd: .fromRight,
);