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
f375b5ac
Commit
f375b5ac
authored
May 26, 2017
by
Mary
Committed by
Ian Hickson
May 26, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove duplicated word "space" from docstrings (#10328)
parent
b9d53279
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
flex.dart
packages/flutter/lib/src/rendering/flex.dart
+2
-2
basic.dart
packages/flutter/lib/src/widgets/basic.dart
+1
-1
No files found.
packages/flutter/lib/src/rendering/flex.dart
View file @
f375b5ac
...
...
@@ -40,7 +40,7 @@ class FlexParentData extends ContainerBoxParentDataMixin<RenderBox> {
String
toString
()
=>
'
${super.toString()}
; flex=
$flex
'
;
}
/// How much space s
pace s
hould be occupied in the main axis.
/// How much space should be occupied in the main axis.
///
/// During a flex layout, available space along the main axis is allocated to
/// children. After allocating space, there might be some remaining free space.
...
...
@@ -192,7 +192,7 @@ class RenderFlex extends RenderBox with ContainerRenderObjectMixin<RenderBox, Fl
}
}
/// How much space s
pace s
hould be occupied in the main axis.
/// How much space should be occupied in the main axis.
///
/// After allocating space to children, there might be some remaining free
/// space. This value controls whether to maximize or minimize the amount of
...
...
packages/flutter/lib/src/widgets/basic.dart
View file @
f375b5ac
...
...
@@ -2094,7 +2094,7 @@ class Flex extends MultiChildRenderObjectWidget {
/// main axis.
final
MainAxisAlignment
mainAxisAlignment
;
/// How much space s
pace s
hould be occupied in the main axis.
/// How much space should be occupied in the main axis.
///
/// After allocating space to children, there might be some remaining free
/// space. This value controls whether to maximize or minimize the amount of
...
...
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