CircularProgressIndicator.adaptive(
This commit is contained in:
parent
55d44929b9
commit
5796e41d2a
16 changed files with 37 additions and 24 deletions
|
|
@ -79,7 +79,8 @@ class ProfileBottomSheet extends StatelessWidget {
|
|||
child: snapshot.hasError
|
||||
? Text(snapshot.error
|
||||
.toLocalizedString(context))
|
||||
: CircularProgressIndicator(),
|
||||
: CircularProgressIndicator.adaptive(
|
||||
strokeWidth: 2),
|
||||
)
|
||||
: ContentBanner(
|
||||
profile.avatarUrl,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue