EasyDialogAnimation<D extends EasyDialog>.blurBackground constructor

const EasyDialogAnimation<D extends EasyDialog>.blurBackground({
  1. Color backgroundColor,
  2. Curve curve,
  3. double amount,
})

Softly applies blur animation.

Implementation

const factory EasyDialogAnimation.blurBackground({
  Color backgroundColor,
  Curve curve,
  double amount,
}) = _BlurBackground<D>;