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
018cef61
Commit
018cef61
authored
Oct 06, 2015
by
Viktor Lidholt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds default text style
parent
ff3e6366
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
main.dart
examples/game/lib/main.dart
+4
-2
No files found.
examples/game/lib/main.dart
View file @
018cef61
...
...
@@ -119,8 +119,10 @@ class GameDemoState extends State<GameDemo> {
width:
128.0
,
height:
128.0
),
new
Text
(
"Last Score:
$_lastScore
"
,
new
DefaultTextStyle
(
child:
new
Text
(
"Last Score:
$_lastScore
"
),
style:
new
TextStyle
(
fontSize:
20.0
)
)
],
...
...
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