Skip to content

Commit 548d345

Browse files
committed
modified the comments in gf-loader
1 parent 9bc927c commit 548d345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/components/loader/gf_loader.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class GFLoader extends StatefulWidget {
2020
this.child})
2121
: super(key: key);
2222

23-
/// Type of [Widget] used only in custom type and it is prominent over the icon in custom type
23+
/// Type of [Widget] used only in custom type and it is prominent over the loaderIconOne, loaderIconTwo, loaderIconThree in custom type
2424
final Widget child;
2525

2626
/// Type of [GFColor] or [Color] which defines the color of the first dot in only circle or square type of loader
@@ -32,7 +32,7 @@ class GFLoader extends StatefulWidget {
3232
/// Type of [GFColor] or [Color] which defines the color of the third dot in only circle or square type of loader
3333
final dynamic loaderColorThree;
3434

35-
/// Type of duration which defines the animation duration of the loader only in circle and square type
35+
/// Type of duration which defines the animation duration of the loader only in circle and square type of loader
3636
final Duration duration;
3737

3838
/// Type of [GFLoaderType] ie, android, ios, circle , square and custom

0 commit comments

Comments
 (0)