|
|
|
|
@ -477,7 +477,7 @@ class _ServiceRequestDetailViewState extends State<ServiceRequestDetailView> {
|
|
|
|
|
// style: AppTextStyles.bodyText.copyWith(color: context.isDark ? AppColor.neutral10 : AppColor.neutral120),
|
|
|
|
|
// ),
|
|
|
|
|
Text(
|
|
|
|
|
'Labour Cost: ${provider.currentWorkOrder!.data?.labourCost ?? '-'}',
|
|
|
|
|
'Labor Cost: ${provider.currentWorkOrder!.data?.labourCost ?? '-'}',
|
|
|
|
|
style: AppTextStyles.bodyText.copyWith(color: context.isDark ? AppColor.neutral10 : AppColor.neutral120),
|
|
|
|
|
),
|
|
|
|
|
Text(
|
|
|
|
|
|