EasyDialogAnimation<D extends EasyDialog>.blurBackground constructor
const
EasyDialogAnimation<D extends EasyDialog>.blurBackground ({})
Softly applies blur animation.
Implementation
const factory EasyDialogAnimation.blurBackground({
Color backgroundColor,
Curve curve,
double amount,
}) = _BlurBackground<D>;