Merge branch 'fix_some_issue' into 'master'

Fix some issue

See merge request Cloud_Solution/driver-app!128
master
Elham 5 years ago
commit a0328b6fdf

@ -21,13 +21,12 @@ class OrderInfoCard extends StatelessWidget {
showShadow: true,
raduis: 25.0,
height: MediaQuery.of(context).orientation == Orientation.portrait
? MediaQuery.of(context).size.height *
(showStatus ? 0.190 : 0.140)
? MediaQuery.of(context).size.height * (showStatus ? 0.22 : 0.160)
: MediaQuery.of(context).size.height *
(showStatus ? 0.299 : 0.269),
(showStatus ? 0.359 : 0.269),
child: FractionallySizedBox(
widthFactor: 0.98,
child: ListView(
child: Column(
// mainAxisAlignment: MainAxisAlignment.start,
children: [

Loading…
Cancel
Save