Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
1d4667bb
Unverified
Commit
1d4667bb
authored
Feb 24, 2020
by
Aadarsh Patel
Committed by
GitHub
Feb 24, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a typo (#51302)
parent
4df8fdb7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
basic.dart
packages/flutter/lib/src/widgets/basic.dart
+1
-1
No files found.
packages/flutter/lib/src/widgets/basic.dart
View file @
1d4667bb
...
@@ -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 cor
d
er of
/// The origin of the coordinate system (relative to the upper left cor
n
er 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment