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
f3a27e66
Commit
f3a27e66
authored
May 17, 2017
by
xster
Committed by
GitHub
May 17, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add doc details (#10136)
parent
97f7ddf2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
text_style.dart
packages/flutter/lib/src/painting/text_style.dart
+2
-0
No files found.
packages/flutter/lib/src/painting/text_style.dart
View file @
f3a27e66
...
...
@@ -51,9 +51,11 @@ class TextStyle {
final
FontStyle
fontStyle
;
/// The amount of space (in logical pixels) to add between each letter.
/// A negative value can be used to bring the letters closer.
final
double
letterSpacing
;
/// The amount of space (in logical pixels) to add at each sequence of white-space (i.e. between each word).
/// A negative value can be used to bring the words closer.
final
double
wordSpacing
;
/// The common baseline that should be aligned between this text span and its parent text span, or, for the root text spans, with the line box.
...
...
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