LateInitializationError: Field '_foregroundColorAnimation@1004358584'

This commit is contained in:
Vadim 2023-05-04 12:55:19 +02:00
parent 0583b07cb9
commit 97c65675f6

View file

@ -35,8 +35,8 @@ class AnimatedDialogState extends State<AnimatedDialog> with SingleTickerProvide
late final Animation<double> _borderRadiusAnimation; late final Animation<double> _borderRadiusAnimation;
late final Animation<double> _closedOpacityAnimation; late final Animation<double> _closedOpacityAnimation;
late final Animation<double> _openedOpacityAnimation; late final Animation<double> _openedOpacityAnimation;
late final Animation<Color?> _foregroundColorAnimation; late Animation<Color?> _foregroundColorAnimation;
late final Animation<double> _elevationAnimation; late Animation<double> _elevationAnimation;
bool _isDialogShown = false; bool _isDialogShown = false;