letterSpacing property
Additional spacing between characters in logical canvas units.
The original text must remain unchanged. Platform text implementations must apply this value through their native text-layout API.
Implementation
String get text; String get fontFamily; FontWeightNum get fontWeight; double get fontSize;/// Additional spacing between characters in logical canvas units.
///
/// The original text must remain unchanged. Platform text implementations
/// must apply this value through their native text-layout API.
double get letterSpacing;