We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8afeb4 commit 4467a03Copy full SHA for 4467a03
doc/website/source/reduce-flakiness/position-and-size.md
@@ -152,7 +152,7 @@ SizedBox(
152
```
153
154
The version with `PixelSnapCenter` positions the square at `(12, 12)` and forces the
155
-square to become `(24, 24)`. No more partial pixels.
+square to become `(25, 25)`. No more partial pixels.
156
157
These snapping widgets MUST be used when building Golden Scenes, to ensure that new/updated
158
goldens are consistent with extracted goldens. However, if desired, these widgets can also
0 commit comments