Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
omarhurani committed Jan 28, 2022
1 parent b689187 commit 039ab6e
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 @@ -126,7 +126,7 @@ For example, this is how you would modify the stroke width of free-style drawing

```dart
void setStrokeWidth(double value){
controller.freeStyleStroke = value;
controller.freeStyleStrokeWidth = value;
}
```

Expand Down

0 comments on commit 039ab6e

Please sign in to comment.