wordSpacing property

  1. @override
double? wordSpacing
override

The amount of space (in logical pixels) to add at each sequence of white-space (i.e. between each word). A negative value can be used to bring the words closer.

Implementation

@override
double? get wordSpacing => textStyle.wordSpacing;