You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/components/animation/gf_animation.dart
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ class GFAnimation extends StatefulWidget {
34
34
this.reverseDuration,
35
35
}) :super(key: key);
36
36
37
-
/// `The duration for animation to perform`
37
+
/// The duration for animation to perform
38
38
finalDuration duration;
39
39
40
40
/// The duration for animation to perform
@@ -55,13 +55,13 @@ class GFAnimation extends StatefulWidget {
55
55
///type of [GFAnimation] which takes the type ie, align, size, container, rotateTransition, scaleTransition, slideTransition, and textStyle for the [GFAnimation]
56
56
finalGFAnimationType type;
57
57
58
-
/// [AnimatedContainer] initial width
58
+
/// defines [AnimatedContainer] initial width
59
59
finaldouble width;
60
60
61
61
/// defines the width of [AnimatedContainer] upto which it can extend during animation
62
62
finaldouble changedWidth;
63
63
64
-
/// [AnimatedContainer] initial height
64
+
/// defines [AnimatedContainer] initial height
65
65
finaldouble height;
66
66
67
67
/// defines the height of [AnimatedContainer] upto which it can extend during animation
@@ -127,7 +127,6 @@ class GFAnimation extends StatefulWidget {
0 commit comments