Commit 63098f2b authored by sir-boformer's avatar sir-boformer Committed by amirh

Apply curved animation in AnimatedOpacity (#19620)

Fixes #19617
parent 12eff1d5
...@@ -1046,7 +1046,7 @@ class _AnimatedOpacityState extends ImplicitlyAnimatedWidgetState<AnimatedOpacit ...@@ -1046,7 +1046,7 @@ class _AnimatedOpacityState extends ImplicitlyAnimatedWidgetState<AnimatedOpacit
@override @override
void didUpdateTweens() { void didUpdateTweens() {
_opacityAnimation = _opacity.animate(controller); _opacityAnimation = _opacity.animate(animation);
} }
@override @override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment