letterSpacingOverride property
final
Overrides the amount of space (in logical pixels) to add between each letter in a piece of text.
A negative value can be used to bring the letters closer.
Returns null when the platform has not set an override
for text letter spacing.
See also:
- Text, SelectableText, and EditableText, all of whose TextStyle.letterSpacing is overriden by letterSpacingOverride.
Implementation
final double? letterSpacingOverride;