wordSpacingOverride property
The system-suggested amount of additional space (in logical pixels) to add between each sequence of white-space (i.e. between each word).
A negative value can be used to bring the words closer.
This value takes precedence over any text word spacing specified at the
application level. For example, at framework level, in the TextStyle
for Text, SelectableText, and EditableText widgets, this value
overrides the existing value of TextStyle.wordSpacing.
Returns null when no override has been set by the system.
If this value changes, onMetricsChanged will be called.
Implementation
double? get wordSpacingOverride => _configuration.wordSpacingOverride;