This reverts commit
d5f533481ed40ee2afb7f88911b59f5d464c959a.
Reason for revert: This changes the look of the application for the worse at 1920x1080, which is the only resolution we support for the demo images.
Change-Id: I112ab23ade98aae703c3f3a1f79ad06492dde195
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
flex: 11,
child: Container(
//color: Colors.red,
- child: Row(
- mainAxisAlignment: MainAxisAlignment.spaceAround,
- children: [
+ child: Row(children: [
Spacer(),
Column(
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
height: SizeConfig.safeBlockVertical * 10),
],
),
- Expanded(child:
Image.asset(
'images/car_img.png',
),
- ),
Column(
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
crossAxisAlignment: CrossAxisAlignment.center,