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

add doc details (#10136)

parent 97f7ddf2
......@@ -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.
......
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