Skip to content

Commit 2cdec77

Browse files
author
srinivas
committed
added fields
1 parent 6e9b393 commit 2cdec77

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/components/animation/gf_animation.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ class GFAnimation extends StatefulWidget {
5151

5252
final double width;
5353
final double height;
54+
55+
/// defines the color of items when onTap triggers
5456
final Color activeColor;
5557

5658
/// defines the color of items
@@ -72,7 +74,11 @@ class GFAnimation extends StatefulWidget {
7274
final Animation<double> scaleAnimation;
7375

7476
final AnimationController controller;
77+
78+
///direction of the [AnimatedDefaultTextStyle] TextDirection for [ltr,rtl]
7579
final TextDirection textDirection;
80+
81+
/// * [ScaleTransition], which animates the scale of a widget.
7682
final Animation<Offset> slidePosition;
7783
final TextStyle style;
7884
final TextAlign textAlign;

0 commit comments

Comments
 (0)