fix(ui, core): use CircularProgressIndicator.adaptive instead of material indicator.
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -51,7 +51,7 @@ class StreamUploadProgressIndicator extends StatelessWidget {
|
||||
SizedBox(
|
||||
height: 16,
|
||||
width: 16,
|
||||
child: CircularProgressIndicator(
|
||||
child: CircularProgressIndicator.adaptive(
|
||||
strokeWidth: 3,
|
||||
valueColor: AlwaysStoppedAnimation(progressIndicatorColor),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user