|
|
|
@ -81,7 +81,7 @@ class _CostDetailFormScreenState extends State<CostDetailFormScreen> with Ticker
|
|
|
|
// ),
|
|
|
|
// ),
|
|
|
|
// 8.height,
|
|
|
|
// 8.height,
|
|
|
|
AppTextFormField(
|
|
|
|
AppTextFormField(
|
|
|
|
labelText: "Labour Cost",
|
|
|
|
labelText: "Labor Cost",
|
|
|
|
backgroundColor: AppColor.neutral100,
|
|
|
|
backgroundColor: AppColor.neutral100,
|
|
|
|
initialValue: requestDetailProvider.workOrderCostModel?.labourCost?.toString(),
|
|
|
|
initialValue: requestDetailProvider.workOrderCostModel?.labourCost?.toString(),
|
|
|
|
textAlign: TextAlign.center,
|
|
|
|
textAlign: TextAlign.center,
|
|
|
|
|