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