We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff2eae commit ff04123Copy full SHA for ff04123
lib/components/animation/gf_animation.dart
@@ -127,7 +127,6 @@ class GFAnimation extends StatefulWidget {
127
class _GFAnimationState extends State<GFAnimation>
128
with SingleTickerProviderStateMixin {
129
bool selected = false;
130
-
131
AnimationController controller;
132
Animation<double> animation;
133
Animation<Offset> offsetAnimation;
0 commit comments