|
|
|
|
@ -122,18 +122,18 @@ class _WelcomeLogin extends State<WelcomeLogin> {
|
|
|
|
|
child: Column(
|
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.start,
|
|
|
|
|
children: <Widget>[
|
|
|
|
|
Utils.showLottie(context: context, assetPath: 'assets/anims/lottie/login.json'),
|
|
|
|
|
Utils.showLottie(context: context, assetPath: 'assets/anims/lottie/login.json', width: 238, repeat: true),
|
|
|
|
|
// SvgPicture.asset("assets/images/new/hmg_icon.svg", height: 62, width: 62),
|
|
|
|
|
Spacer(flex: 1),
|
|
|
|
|
Text(
|
|
|
|
|
TranslationBase.of(context).welcomeToDrSulaiman,
|
|
|
|
|
style: TextStyle(
|
|
|
|
|
fontSize: 36,
|
|
|
|
|
fontSize: 32,
|
|
|
|
|
fontFamily: (projectViewModel.currentLanguage == 'ar' ? 'Cairo' : 'Poppins'),
|
|
|
|
|
fontWeight: FontWeight.w600,
|
|
|
|
|
color: Color(0xff2B353E),
|
|
|
|
|
letterSpacing: -0.4,
|
|
|
|
|
height: 47 / 36,
|
|
|
|
|
height: 47 / 32,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
SizedBox(height: 20),
|
|
|
|
|
@ -149,6 +149,7 @@ class _WelcomeLogin extends State<WelcomeLogin> {
|
|
|
|
|
),
|
|
|
|
|
bottomSheet: Container(
|
|
|
|
|
decoration: BoxDecoration(color: Color(0xffF8F8F8)),
|
|
|
|
|
// height: 160,
|
|
|
|
|
child: Column(
|
|
|
|
|
mainAxisSize: MainAxisSize.min,
|
|
|
|
|
children: [
|
|
|
|
|
@ -236,7 +237,7 @@ class _WelcomeLogin extends State<WelcomeLogin> {
|
|
|
|
|
height: 10,
|
|
|
|
|
),
|
|
|
|
|
Padding(
|
|
|
|
|
padding: const EdgeInsets.symmetric(vertical: 16.0),
|
|
|
|
|
padding: const EdgeInsets.symmetric(vertical: 10.0),
|
|
|
|
|
child: Row(
|
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.center,
|
|
|
|
|
mainAxisAlignment: MainAxisAlignment.center,
|
|
|
|
|
|