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
888bdd7a
Commit
888bdd7a
authored
Aug 07, 2015
by
Adam Barth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
89268a4a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
packages/flutter/lib/widgets/README.md
+3
-3
No files found.
packages/flutter/lib/widgets/README.md
View file @
888bdd7a
...
...
@@ -76,9 +76,9 @@ class MyToolBar extends Component {
height:
56.0
,
padding:
const
EdgeDims
.
symmetric
(
horizontal:
8.0
),
child:
new
Flex
([
new
NetworkImage
(
src:
'menu.png'
,
size:
const
Size
(
25.0
,
25.0
)
),
new
NetworkImage
(
src:
'menu.png'
,
width:
25.0
,
height:
25.0
),
new
Flexible
(
child:
new
Text
(
'My awesome toolbar'
)),
new
NetworkImage
(
src:
'search.png'
,
size:
const
Size
(
25.0
,
25.0
)
),
new
NetworkImage
(
src:
'search.png'
,
width
25.0
,
height:
25.0
),
])
);
}
...
...
@@ -208,7 +208,7 @@ button:
return
new
MyButton
(
child:
new
ShrinkWrapWidth
(
child:
new
Flex
([
new
NetworkImage
(
src:
'thumbs-up.png'
,
size:
const
Size
(
25.0
,
25.0
)
),
new
NetworkImage
(
src:
'thumbs-up.png'
,
width:
25.0
,
height:
25.0
),
new
Container
(
padding:
const
EdgeDims
.
only
(
left:
10.0
),
child:
new
Text
(
'Thumbs up'
)
...
...
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