fix splash_screen_page issue

logut
Elham Rababah 5 years ago
parent a0277d39f9
commit 40e822fcb2

@ -34,7 +34,7 @@ class _SplashScreenPageState extends State<SplashScreenPage> {
body: SingleChildScrollView(
child: Center(
child: Column(
// mainAxisAlignment: MainAxisAlignment.spaceBetween,
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: <Widget>[
FractionallySizedBox(
widthFactor: 0.80,
@ -49,16 +49,16 @@ class _SplashScreenPageState extends State<SplashScreenPage> {
Container(
child: Icon(
DriverApp.logo,
size: 110,
size: 120,
color: Colors.white,
),
margin: EdgeInsets.only(
right: projectViewModel.isArabic
? 0
: MediaQuery.of(context).size.width * 0.15,
: MediaQuery.of(context).size.width * 0.20,
left: !projectViewModel.isArabic
? 0
: MediaQuery.of(context).size.width * 0.15),
: MediaQuery.of(context).size.width * 0.10),
),
],
),
@ -92,7 +92,7 @@ class _SplashScreenPageState extends State<SplashScreenPage> {
],
),
SizedBox(
height: 280,
height: 100,
)
],
),

Loading…
Cancel
Save