fix : StackFit in auth page inspection module

This commit is contained in:
2025-09-01 10:47:23 +03:30
parent e4ceb1c0ac
commit fa7307b4e9

View File

@@ -13,6 +13,7 @@ class AuthPage extends GetView<AuthLogic> {
return Scaffold(
body: Stack(
alignment: Alignment.center,
fit: StackFit.expand,
children: [
Assets.vec.bgAuthSvg.svg(fit: BoxFit.fill),