tender screen changes
This commit is contained in:
@@ -22,6 +22,7 @@ class AssetsManager {
|
||||
static const arrowCircleRight = 'assets/icons/arrow-circle-right.svg';
|
||||
static const arrowLeftSmall = 'assets/icons/arrow-left-small.svg';
|
||||
static const arrowRightSmall = 'assets/icons/arrow-right-small.svg';
|
||||
static const tick = 'assets/icons/tick.svg';
|
||||
|
||||
//home page
|
||||
static const arrows = 'assets/icons/arrows.svg';
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user