|
|
|
|
@ -61,28 +61,28 @@ class PriorityTicketsSidelist extends StatelessWidget {
|
|
|
|
|
height: SizeConfig.getHeightMultiplier() * 0.3,
|
|
|
|
|
margin: const EdgeInsets.symmetric(horizontal: 15),
|
|
|
|
|
),
|
|
|
|
|
Expanded(
|
|
|
|
|
flex: 5,
|
|
|
|
|
child: Row(
|
|
|
|
|
mainAxisAlignment: MainAxisAlignment.center,
|
|
|
|
|
children: [
|
|
|
|
|
AppText(
|
|
|
|
|
globalConfigurationsModel.callForText ?? "",
|
|
|
|
|
letterSpacing: -2,
|
|
|
|
|
fontHeight: 0.5,
|
|
|
|
|
fontWeight: FontWeight.bold,
|
|
|
|
|
fontSize: SizeConfig.getWidthMultiplier() * 3.8,
|
|
|
|
|
textAlign: TextAlign.center,
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
Container(
|
|
|
|
|
color: Colors.grey.withOpacity(0.5),
|
|
|
|
|
width: 5,
|
|
|
|
|
height: SizeConfig.getHeightMultiplier() * 0.3,
|
|
|
|
|
margin: const EdgeInsets.symmetric(horizontal: 15),
|
|
|
|
|
),
|
|
|
|
|
// Expanded(
|
|
|
|
|
// flex: 5,
|
|
|
|
|
// child: Row(
|
|
|
|
|
// mainAxisAlignment: MainAxisAlignment.center,
|
|
|
|
|
// children: [
|
|
|
|
|
// AppText(
|
|
|
|
|
// globalConfigurationsModel.callForText ?? "",
|
|
|
|
|
// letterSpacing: -2,
|
|
|
|
|
// fontHeight: 0.5,
|
|
|
|
|
// fontWeight: FontWeight.bold,
|
|
|
|
|
// fontSize: SizeConfig.getWidthMultiplier() * 3.8,
|
|
|
|
|
// textAlign: TextAlign.center,
|
|
|
|
|
// ),
|
|
|
|
|
// ],
|
|
|
|
|
// ),
|
|
|
|
|
// ),
|
|
|
|
|
// Container(
|
|
|
|
|
// color: Colors.grey.withOpacity(0.5),
|
|
|
|
|
// width: 5,
|
|
|
|
|
// height: SizeConfig.getHeightMultiplier() * 0.3,
|
|
|
|
|
// margin: const EdgeInsets.symmetric(horizontal: 15),
|
|
|
|
|
// ),
|
|
|
|
|
Expanded(
|
|
|
|
|
flex: 3,
|
|
|
|
|
child: Row(
|
|
|
|
|
@ -137,36 +137,36 @@ class PriorityTicketsSidelist extends StatelessWidget {
|
|
|
|
|
height: SizeConfig.getHeightMultiplier() * 0.3,
|
|
|
|
|
margin: const EdgeInsets.symmetric(horizontal: 15),
|
|
|
|
|
),
|
|
|
|
|
Expanded(
|
|
|
|
|
flex: 5,
|
|
|
|
|
child: Row(
|
|
|
|
|
mainAxisAlignment: MainAxisAlignment.center,
|
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.center,
|
|
|
|
|
children: [
|
|
|
|
|
AppText(
|
|
|
|
|
"ZahoorWillAddThis",
|
|
|
|
|
color: AppColors.blackColor,
|
|
|
|
|
letterSpacing: -1,
|
|
|
|
|
fontSize: SizeConfig.getWidthMultiplier() * 3,
|
|
|
|
|
fontWeight: FontWeight.w600,
|
|
|
|
|
fontHeight: 0.5,
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
Container(
|
|
|
|
|
color: Colors.grey.withOpacity(0.5),
|
|
|
|
|
width: 5,
|
|
|
|
|
height: SizeConfig.getHeightMultiplier() * 0.3,
|
|
|
|
|
margin: const EdgeInsets.symmetric(horizontal: 15),
|
|
|
|
|
),
|
|
|
|
|
// Expanded(
|
|
|
|
|
// flex: 5,
|
|
|
|
|
// child: Row(
|
|
|
|
|
// mainAxisAlignment: MainAxisAlignment.center,
|
|
|
|
|
// crossAxisAlignment: CrossAxisAlignment.center,
|
|
|
|
|
// children: [
|
|
|
|
|
// AppText(
|
|
|
|
|
// "ZahoorWillAddThis",
|
|
|
|
|
// color: AppColors.blackColor,
|
|
|
|
|
// letterSpacing: -1,
|
|
|
|
|
// fontSize: SizeConfig.getWidthMultiplier() * 3,
|
|
|
|
|
// fontWeight: FontWeight.w600,
|
|
|
|
|
// fontHeight: 0.5,
|
|
|
|
|
// ),
|
|
|
|
|
// ],
|
|
|
|
|
// ),
|
|
|
|
|
// ),
|
|
|
|
|
// Container(
|
|
|
|
|
// color: Colors.grey.withOpacity(0.5),
|
|
|
|
|
// width: 5,
|
|
|
|
|
// height: SizeConfig.getHeightMultiplier() * 0.3,
|
|
|
|
|
// margin: const EdgeInsets.symmetric(horizontal: 15),
|
|
|
|
|
// ),
|
|
|
|
|
Expanded(
|
|
|
|
|
flex: 3,
|
|
|
|
|
child: Row(
|
|
|
|
|
mainAxisAlignment: MainAxisAlignment.center,
|
|
|
|
|
children: [
|
|
|
|
|
AppText(
|
|
|
|
|
"RoomNo",
|
|
|
|
|
ticket.ticketModel!.roomNo ?? "",
|
|
|
|
|
color: AppColors.blackColor,
|
|
|
|
|
letterSpacing: -1.5,
|
|
|
|
|
fontSize: SizeConfig.getWidthMultiplier() * 3.3,
|
|
|
|
|
|