QudsAutoAnimatedBlur constructor
const
QudsAutoAnimatedBlur({})
curve
the curve of the transition velocity.
duration
the duration of the transition, initially set to 500 ms
startAnimationAfter
the duration before the initially shown icon to
start transit.
Implementation
const QudsAutoAnimatedBlur(
{required this.child,
this.intialBlurRadius = 10,
this.curve = Curves.fastLinearToSlowEaseIn,
this.duration = const Duration(milliseconds: 500),
this.startAnimationAfter = const Duration(milliseconds: 10),
Key? key})
: super(key: key);