This commit is contained in:
Hamza-Ayed
2024-01-08 15:55:22 +03:00
parent 37598e517f
commit 7d9bd9f62a
67 changed files with 1524 additions and 43 deletions

View File

@@ -61,7 +61,7 @@ class ProfileCaptain extends StatelessWidget {
thickness: 2,
),
const SizedBox(height: 8.0),
Text('Car Details'.tr, style: AppStyle.headtitle2),
Text('Car Details'.tr, style: AppStyle.headTitle2),
const SizedBox(height: 8.0),
Text('VIN is :${box.read(BoxName.vin)}',
style: AppStyle.title),