|
...
|
...
|
@@ -82,8 +82,7 @@ class CreateWatchThemeController extends GetxController { |
|
|
|
aspectRatio: const CropAspectRatio(ratioX: 1, ratioY: 1),
|
|
|
|
maxWidth: 280,
|
|
|
|
maxHeight: 280,
|
|
|
|
compressFormat: ImageCompressFormat.png,
|
|
|
|
compressQuality: 100,
|
|
|
|
compressQuality: 70,
|
|
|
|
uiSettings: [
|
|
|
|
AndroidUiSettings(
|
|
|
|
toolbarTitle: l10n.watchThemeCropImage,
|
...
|
...
|
|