EasyDialogAnimation<D extends EasyDialog>.bounce constructor
const
EasyDialogAnimation<D extends EasyDialog>.bounce ({
- Curve curve,
Applies a bouncing effect.
Implementation
const factory EasyDialogAnimation.bounce({Curve curve}) = _Bounce<D>;