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