Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
flutter_screenutil
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
kageeker
2021-11-21 18:27:00 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
85cbda1111c91611bc23eda25f203fd60ec6878a
85cbda11
1 parent
d7d40b0e
fix width
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/screen_util.dart
lib/screen_util.dart
View file @
85cbda1
...
...
@@ -115,6 +115,6 @@ class ScreenUtil {
);
Widget
setHorizontalSpacing
(
num
width
)
=>
SizedBox
(
height
:
width
*
scaleHeight
,
width
:
width
*
scaleHeight
,
);
}
...
...
Please
register
or
login
to post a comment