wordSpacingOverride property

double? wordSpacingOverride
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:

Implementation

final double? wordSpacingOverride;