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 4df8fdb commit 1d4667bCopy full SHA for 1d4667b
packages/flutter/lib/src/widgets/basic.dart
@@ -1214,7 +1214,7 @@ class Transform extends SingleChildRenderObjectWidget {
1214
/// The matrix to transform the child by during painting.
1215
final Matrix4 transform;
1216
1217
- /// The origin of the coordinate system (relative to the upper left corder of
+ /// The origin of the coordinate system (relative to the upper left corner of
1218
/// this render object) in which to apply the matrix.
1219
///
1220
/// Setting an origin is equivalent to conjugating the transform matrix by a
0 commit comments