|
|
|
|
@ -158,9 +158,7 @@ class _NewHomeHealthCarePageState extends State<NewHomeHealthCarePage> with Tick
|
|
|
|
|
widget.model.hhcAllOrderDetail.length,
|
|
|
|
|
(index) => Container(
|
|
|
|
|
child: Texts(
|
|
|
|
|
projectViewModel.isArabic
|
|
|
|
|
? widget.model.hhcAllOrderDetail[index].descriptionN
|
|
|
|
|
: widget.model.hhcAllOrderDetail[index].description.capitalize(),
|
|
|
|
|
projectViewModel.isArabic ? widget.model.hhcAllOrderDetail[index].descriptionN : widget.model.hhcAllOrderDetail[index].description.capitalize(),
|
|
|
|
|
fontSize: 13,
|
|
|
|
|
bold: false,
|
|
|
|
|
),
|
|
|
|
|
@ -178,7 +176,7 @@ class _NewHomeHealthCarePageState extends State<NewHomeHealthCarePage> with Tick
|
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.end,
|
|
|
|
|
children: [
|
|
|
|
|
Text(
|
|
|
|
|
DateUtil.getDayMonthYearDateFormatted(DateTime.tryParse(widget.model.pendingOrder.createdOn)),
|
|
|
|
|
DateUtil.getDayMonthYearDateFormatted(DateTime.tryParse(widget.model.pendingOrder.created)),
|
|
|
|
|
style: TextStyle(fontSize: 12, fontWeight: FontWeight.w600, color: Color(0xff2B353E), letterSpacing: -0.4, height: 16 / 10),
|
|
|
|
|
),
|
|
|
|
|
SizedBox(height: 12),
|
|
|
|
|
|