mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 23:10:40 +00:00
LateInitializationError: Field '_foregroundColorAnimation@1004358584'
This commit is contained in:
parent
0583b07cb9
commit
97c65675f6
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ class AnimatedDialogState extends State<AnimatedDialog> with SingleTickerProvide
|
|||
late final Animation<double> _borderRadiusAnimation;
|
||||
late final Animation<double> _closedOpacityAnimation;
|
||||
late final Animation<double> _openedOpacityAnimation;
|
||||
late final Animation<Color?> _foregroundColorAnimation;
|
||||
late final Animation<double> _elevationAnimation;
|
||||
late Animation<Color?> _foregroundColorAnimation;
|
||||
late Animation<double> _elevationAnimation;
|
||||
|
||||
bool _isDialogShown = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue