Showing
1 changed file
with
1 additions
and
1 deletions
@@ -115,6 +115,6 @@ class ScreenUtil { | @@ -115,6 +115,6 @@ class ScreenUtil { | ||
115 | ); | 115 | ); |
116 | 116 | ||
117 | Widget setHorizontalSpacing(num width) => SizedBox( | 117 | Widget setHorizontalSpacing(num width) => SizedBox( |
118 | - height: width * scaleHeight, | 118 | + width: width * scaleHeight, |
119 | ); | 119 | ); |
120 | } | 120 | } |
-
Please register or login to post a comment