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 6e9b393 commit 2cdec77Copy full SHA for 2cdec77
lib/components/animation/gf_animation.dart
@@ -51,6 +51,8 @@ class GFAnimation extends StatefulWidget {
51
52
final double width;
53
final double height;
54
+
55
+ /// defines the color of items when onTap triggers
56
final Color activeColor;
57
58
/// defines the color of items
@@ -72,7 +74,11 @@ class GFAnimation extends StatefulWidget {
72
74
final Animation<double> scaleAnimation;
73
75
76
final AnimationController controller;
77
78
+ ///direction of the [AnimatedDefaultTextStyle] TextDirection for [ltr,rtl]
79
final TextDirection textDirection;
80
81
+ /// * [ScaleTransition], which animates the scale of a widget.
82
final Animation<Offset> slidePosition;
83
final TextStyle style;
84
final TextAlign textAlign;
0 commit comments