EasyDialogAnimation<D extends EasyDialog>.bounce constructor

const EasyDialogAnimation<D extends EasyDialog>.bounce({
  1. Curve curve,
})

Applies a bouncing effect.

Implementation

const factory EasyDialogAnimation.bounce({Curve curve}) = _Bounce<D>;