On gas refill detail, there is no date, but we are showing it .

main_design2.0
nextwo 2 years ago
parent df147f3ef1
commit 1e467fc78c

@ -146,7 +146,7 @@ class _GasRefillDetailsPageState extends State<GasRefillDetailsPage> {
setState(() {});
},
),
Text(gasRefillModel.startDate?.toServiceRequestCardFormat ?? "", textAlign: TextAlign.end, style: AppTextStyles.tinyFont.copyWith(color: const Color(0xFF3B3D4A))),
Text(gasRefillModel.expectedDate?.toServiceRequestCardFormat ?? "", textAlign: TextAlign.end, style: AppTextStyles.tinyFont.copyWith(color: const Color(0xFF3B3D4A))),
],
)
],

Loading…
Cancel
Save