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, showShadow: true,
raduis: 25.0, raduis: 25.0,
height: MediaQuery.of(context).orientation == Orientation.portrait height: MediaQuery.of(context).orientation == Orientation.portrait
? MediaQuery.of(context).size.height * ? MediaQuery.of(context).size.height * (showStatus ? 0.22 : 0.160)
(showStatus ? 0.190 : 0.140)
: MediaQuery.of(context).size.height * : MediaQuery.of(context).size.height *
(showStatus ? 0.299 : 0.269), (showStatus ? 0.359 : 0.269),
child: FractionallySizedBox( child: FractionallySizedBox(
widthFactor: 0.98, widthFactor: 0.98,
child: ListView( child: Column(
// mainAxisAlignment: MainAxisAlignment.start, // mainAxisAlignment: MainAxisAlignment.start,
children: [ children: [

Loading…
Cancel
Save