|
|
|
|
@ -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: [
|
|
|
|
|
|