bounce constant
AnimationConfig
const bounce
Bounce animation
Implementation
static const bounce = AnimationConfig(
dialogStart: .bounce,
dialogEnd: .bounce,
snackbarStart: .bounce,
snackbarEnd: .bounce,
bottomsheetStart: .scale, // No bounce for bottom sheets
bottomsheetEnd: .scale,
);