Reza Esfandiari
Committed by GitHub

update README.md (#409)

@@ -194,7 +194,7 @@ class _HomePageState extends State<HomePage> { @@ -194,7 +194,7 @@ class _HomePageState extends State<HomePage> {
194 20.setVerticalSpacing // SizedBox(height: 20 * scaleHeight) 194 20.setVerticalSpacing // SizedBox(height: 20 * scaleHeight)
195 20.horizontalSpace // SizedBox(height: 20 * scaleWidth) 195 20.horizontalSpace // SizedBox(height: 20 * scaleWidth)
196 const RPadding.all(8) // Padding.all(8.r) - take advantage of const key word 196 const RPadding.all(8) // Padding.all(8.r) - take advantage of const key word
197 - REdgeInsts.all(8) // EdgeInsets.all(8.r) 197 + REdgeInsets.all(8) // EdgeInsets.all(8.r)
198 EdgeInsets.only(left:8,right:8).r // EdgeInsets.only(left:8.r,right:8.r). 198 EdgeInsets.only(left:8,right:8).r // EdgeInsets.only(left:8.r,right:8.r).
199 ``` 199 ```
200 200