more fixes

This commit is contained in:
2024-06-26 20:33:05 -05:00
parent a97ec0411d
commit 577801423d
7 changed files with 17 additions and 17 deletions
+10 -7
View File
@@ -151,13 +151,16 @@ class _SignInPageState extends State<SignInPage> {
mainAxisAlignment: MainAxisAlignment.center,
children: [
_isloading
? const SizedBox(
width: 20,
height: 20,
child: CircularProgressIndicator(
color: Colors.white,
strokeWidth: 3,
))
? Padding(
padding: EdgeInsets.only(right: 8.0),
child: const SizedBox(
width: 20,
height: 20,
child: CircularProgressIndicator(
color: Colors.white,
strokeWidth: 3,
)),
)
: const Padding(
padding: EdgeInsets.only(right: 8.0),
child: Icon(Icons.done,