Fixed a typo (#51302)

This commit is contained in:
Aadarsh Patel 2020-02-24 08:56:02 +05:30 committed by GitHub
parent 4df8fdb7df
commit 1d4667bb38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1214,7 +1214,7 @@ class Transform extends SingleChildRenderObjectWidget {
/// The matrix to transform the child by during painting.
final Matrix4 transform;
/// 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
/// this render object) in which to apply the matrix.
///
/// Setting an origin is equivalent to conjugating the transform matrix by a