Skip to content

Commit

Permalink
update README.md (OpenFlutter#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
resfandiari authored Jun 27, 2022
1 parent ebf9fa1 commit db8ed15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
REdgeInsets.all(8) // EdgeInsets.all(8.r)
EdgeInsets.only(left:8,right:8).r // EdgeInsets.only(left:8.r,right:8.r).
```

Expand Down

0 comments on commit db8ed15

Please sign in to comment.