Skip to content

Commit

Permalink
fixes: code excerpts error
Browse files Browse the repository at this point in the history
  • Loading branch information
chenglu authored May 25, 2023
1 parent afc2972 commit 7422602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/get-started/flutter-for/ios-devs.md
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ class SignatureState extends State<Signature> {
},
onPanEnd: (details) => _points.add(null),
child:
CustomPaint(
CustomPaint(
painter: SignaturePainter(_points),
size: Size.infinite,
),
Expand Down

0 comments on commit 7422602

Please sign in to comment.