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
Reza Esfandiari
2022-06-27 12:01:15 +0430
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2022-06-27 15:31:15 +0800
Commit
db8ed15a64745c4bfc034346566ed42d295ff748
db8ed15a
1 parent
ebf9fa14
update README.md (#409)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
README.md
View file @
db8ed15
...
...
@@ -194,7 +194,7 @@ class _HomePageState extends State<HomePage> {
20
.
setVerticalSpacing
// SizedBox(height: 20 * scaleHeight)
20
.
horizontalSpace
// SizedBox(height: 20 * scaleWidth)
const
RPadding
.
all
(
8
)
// Padding.all(8.r) - take advantage of const key word
REdgeInsts
.
all
(
8
)
// EdgeInsets.all(8.r)
REdgeIns
e
ts
.
all
(
8
)
// EdgeInsets.all(8.r)
EdgeInsets
.
only
(
left:
8
,
right:
8
).
r
// EdgeInsets.only(left:8.r,right:8.r).
```
...
...
Please
register
or
login
to post a comment