fix : auth page in inspection
This commit is contained in:
@@ -18,27 +18,29 @@ class AuthPage extends GetView<AuthLogic> {
|
|||||||
children: [
|
children: [
|
||||||
Assets.vec.bgAuthSvg.svg(fit: BoxFit.fill),
|
Assets.vec.bgAuthSvg.svg(fit: BoxFit.fill),
|
||||||
|
|
||||||
Padding(
|
Center(
|
||||||
padding: EdgeInsets.symmetric(horizontal: 10.r),
|
child: Padding(
|
||||||
child: FadeTransition(
|
padding: EdgeInsets.symmetric(horizontal: 10.r),
|
||||||
opacity: controller.textAnimation,
|
child: FadeTransition(
|
||||||
child: Column(
|
opacity: controller.textAnimation,
|
||||||
mainAxisSize: MainAxisSize.min,
|
child: Column(
|
||||||
mainAxisAlignment: MainAxisAlignment.start,
|
mainAxisSize: MainAxisSize.min,
|
||||||
crossAxisAlignment: CrossAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.start,
|
||||||
spacing: 12,
|
crossAxisAlignment: CrossAxisAlignment.center,
|
||||||
children: [
|
spacing: 12,
|
||||||
Text(
|
children: [
|
||||||
'به سامانه رصدیار خوش آمدید!',
|
Text(
|
||||||
textAlign: TextAlign.right,
|
'به سامانه رصدیار خوش آمدید!',
|
||||||
style: AppFonts.yekan25Bold.copyWith(color: Colors.white),
|
textAlign: TextAlign.right,
|
||||||
),
|
style: AppFonts.yekan25Bold.copyWith(color: Colors.white),
|
||||||
Text(
|
),
|
||||||
'سامانه رصد و پایش زنجیره تامین، تولید و توزیع کالا های اساسی',
|
Text(
|
||||||
textAlign: TextAlign.center,
|
'سامانه رصد و پایش زنجیره تامین، تولید و توزیع کالا های اساسی',
|
||||||
style: AppFonts.yekan16.copyWith(color: Colors.white),
|
textAlign: TextAlign.center,
|
||||||
),
|
style: AppFonts.yekan16.copyWith(color: Colors.white),
|
||||||
],
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user