Unverified Commit 1d4667bb authored by Aadarsh Patel's avatar Aadarsh Patel Committed by GitHub

Fixed a typo (#51302)

parent 4df8fdb7
...@@ -1214,7 +1214,7 @@ class Transform extends SingleChildRenderObjectWidget { ...@@ -1214,7 +1214,7 @@ class Transform extends SingleChildRenderObjectWidget {
/// The matrix to transform the child by during painting. /// The matrix to transform the child by during painting.
final Matrix4 transform; 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. /// this render object) in which to apply the matrix.
/// ///
/// Setting an origin is equivalent to conjugating the transform matrix by a /// Setting an origin is equivalent to conjugating the transform matrix by a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment