fix(ui, core): use CircularProgressIndicator.adaptive instead of material indicator.

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-05-16 16:16:34 +05:30
committed by xsahil03x
parent 94221ecb50
commit d6bee4b5d8
12 changed files with 17 additions and 15 deletions
@@ -51,7 +51,7 @@ class StreamUploadProgressIndicator extends StatelessWidget {
SizedBox(
height: 16,
width: 16,
child: CircularProgressIndicator(
child: CircularProgressIndicator.adaptive(
strokeWidth: 3,
valueColor: AlwaysStoppedAnimation(progressIndicatorColor),
),