CircularProgressIndicator.adaptive(
This commit is contained in:
parent
55d44929b9
commit
5796e41d2a
16 changed files with 37 additions and 24 deletions
|
|
@ -62,7 +62,7 @@ class InvitationSelectionView extends StatelessWidget {
|
|||
builder: (BuildContext context, snapshot) {
|
||||
if (!snapshot.hasData) {
|
||||
return Center(
|
||||
child: CircularProgressIndicator(),
|
||||
child: CircularProgressIndicator.adaptive(strokeWidth: 2),
|
||||
);
|
||||
}
|
||||
final contacts = snapshot.data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue