Skip to content

Commit 8d10861

Browse files
committed
dart format
1 parent 3090908 commit 8d10861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/widget.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ abstract class _SyncSIWidgetBase extends ScalableImageWidget {
265265

266266
void _paintToCanvas(Canvas canvas, Offset offset, Size size) {
267267
// We always do a save/restore. It seems that with at least box painter,
268-
// that the Flutter library (surprisingly) doesn't to do a save/restore
268+
// that the Flutter library (surprisingly) doesn't to do a save/restore
269269
// when it calls external code. This may be intentional; it's not defined
270270
// in `BoxPainter.paint`, but apparently some usages of `BoxPainter` _rely_
271271
// on stateful side effects to `Canvas` when calling `BoxPainter.paint`.

0 commit comments

Comments
 (0)