add circle progression
This commit is contained in:
parent
2951862643
commit
04d1af1030
1 changed files with 4 additions and 9 deletions
|
|
@ -79,15 +79,10 @@ class _RegisterState extends State<Register> {
|
||||||
barrierColor: _backgroundColor,
|
barrierColor: _backgroundColor,
|
||||||
builder: (BuildContext dialogContext) {
|
builder: (BuildContext dialogContext) {
|
||||||
return AlertDialog(
|
return AlertDialog(
|
||||||
backgroundColor: _backgroundColor,
|
backgroundColor: _backgroundColor,
|
||||||
content: Container(
|
content: const Center(
|
||||||
child: Center(
|
child: CircularProgressIndicator(),
|
||||||
child: MzanziInnovationHub.of(context)!
|
));
|
||||||
.theme
|
|
||||||
.loadingImage(), // Put your gif into the assets folder
|
|
||||||
),
|
|
||||||
),
|
|
||||||
);
|
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue