File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,7 @@ class GFLoader extends StatefulWidget {
1616 this .loaderIconOne ,
1717 this .loaderIconTwo ,
1818 this .loaderIconThree ,
19- // this.loaderSizeOne,
20- // this.loaderSizeTwo,
21- // this.loaderSizeThree,
2219 this .androidLoaderColor,
23- // this.loaderSize = 15.0,
2420 this .loaderstrokeWidth= 4.0 ,
2521 this .size = GFSize .medium,
2622 this .child
@@ -36,13 +32,9 @@ class GFLoader extends StatefulWidget {
3632 final Duration duration;
3733 final GFLoaderType type;
3834 final Widget loaderIconOne;
39- // final dynamic loaderSize;
40- // final double loaderSizeTwo;
41- // final double loaderSizeThree;
4235 final Widget loaderIconTwo;
4336 final Widget loaderIconThree;
4437 final Animation <Color > androidLoaderColor;
45- // final dynamic loaderSize;
4638 final double loaderstrokeWidth;
4739 final dynamic size;
4840 final Widget child;
You can’t perform that action at this time.
0 commit comments