Commit f3a27e66 authored by xster's avatar xster Committed by GitHub

add doc details (#10136)

parent 97f7ddf2
...@@ -51,9 +51,11 @@ class TextStyle { ...@@ -51,9 +51,11 @@ class TextStyle {
final FontStyle fontStyle; final FontStyle fontStyle;
/// The amount of space (in logical pixels) to add between each letter. /// 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; final double letterSpacing;
/// The amount of space (in logical pixels) to add at each sequence of white-space (i.e. between each word). /// 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; 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. /// 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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment