tender screen changes

This commit is contained in:
amirrezaghabeli
2025-08-10 08:28:45 +03:30
parent 1973097a42
commit 988380e95e
8 changed files with 174 additions and 57 deletions
+1
View File
@@ -34,6 +34,7 @@ extension SizeDoubleExt on double {
final double screenWidth = SizeConfig.screenWidth;
final double res = (this / 412.0) * screenWidth;
if (displaySize == DisplaySize.extraSmall
// ||
// displaySize == DisplaySize.small
) {
return res;