This commit is contained in:
Hamza-Ayed
2023-12-24 21:28:31 +03:00
parent c2fd1187d0
commit 027d248e56
31 changed files with 2001 additions and 10 deletions

View File

@@ -52,13 +52,13 @@ class CarRegistrationRecognizerController extends GetxController {
],
uiSettings: [
AndroidUiSettings(
toolbarTitle: 'Cropper',
toolbarTitle: 'Cropper'.tr,
toolbarColor: AppColor.blueColor,
toolbarWidgetColor: AppColor.yellowColor,
initAspectRatio: CropAspectRatioPreset.original,
lockAspectRatio: false),
IOSUiSettings(
title: 'Cropper',
title: 'Cropper'.tr,
),
],
);