Documents
This commit is contained in:
parent
ff605b0bde
commit
59d2ebaebb
|
|
@ -26,9 +26,7 @@ class ActionMenuButton extends StatelessWidget {
|
|||
return IconButton(
|
||||
onPressed: null,
|
||||
icon: SizedBox(
|
||||
child: CircularProgressIndicator(
|
||||
valueColor: AlwaysStoppedAnimation<Color>(Colors.white),
|
||||
),
|
||||
child: CircularProgressIndicator(),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,9 +29,7 @@ class ActionIconButton extends StatelessWidget {
|
|||
return IconButton(
|
||||
onPressed: null,
|
||||
icon: SizedBox(
|
||||
child: CircularProgressIndicator(
|
||||
valueColor: AlwaysStoppedAnimation<Color>(Colors.white),
|
||||
),
|
||||
child: CircularProgressIndicator(),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue