|
|
|
@ -69,8 +69,8 @@ class CustomerBriefCard extends StatelessWidget {
|
|
|
|
child: Text(
|
|
|
|
child: Text(
|
|
|
|
'ID: ${itemId}',
|
|
|
|
'ID: ${itemId}',
|
|
|
|
style: TextStyle(
|
|
|
|
style: TextStyle(
|
|
|
|
color: Color(0xFFADACAD),
|
|
|
|
color: Color(0xff636363),
|
|
|
|
fontWeight: FontWeight.w800,
|
|
|
|
fontWeight: FontWeight.w500,
|
|
|
|
fontSize: 17.5),
|
|
|
|
fontSize: 17.5),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
@ -89,14 +89,20 @@ class CustomerBriefCard extends StatelessWidget {
|
|
|
|
),
|
|
|
|
),
|
|
|
|
Text(
|
|
|
|
Text(
|
|
|
|
Utils.formatName('${customerFirstName} ${customerLastName}'),
|
|
|
|
Utils.formatName('${customerFirstName} ${customerLastName}'),
|
|
|
|
style: TextStyle(fontSize: 20, fontWeight: FontWeight.w500),
|
|
|
|
style: TextStyle(
|
|
|
|
|
|
|
|
fontSize: 20,
|
|
|
|
|
|
|
|
fontWeight: FontWeight.w500,
|
|
|
|
|
|
|
|
color: Color(0xff343333),
|
|
|
|
|
|
|
|
fontFamily: 'Metropolis',
|
|
|
|
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
SizedBox(
|
|
|
|
SizedBox(
|
|
|
|
height: MediaQuery.of(context).size.width * 0.019,
|
|
|
|
height: MediaQuery.of(context).size.width * 0.019,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
Text(
|
|
|
|
Text(
|
|
|
|
mobileNo,
|
|
|
|
mobileNo,
|
|
|
|
style: TextStyle(color: Color(0xFF50BDC5)),
|
|
|
|
style: TextStyle(
|
|
|
|
|
|
|
|
color: Color(0xff14A0A9), fontWeight: FontWeight.w400),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
SizedBox(
|
|
|
|
SizedBox(
|
|
|
|
height: MediaQuery.of(context).size.width * 0.005,
|
|
|
|
height: MediaQuery.of(context).size.width * 0.005,
|
|
|
|
|