wordSpacing method

TextStyle wordSpacing(
  1. double value
)

Sets the word spacing.

Implementation

TextStyle wordSpacing(double value) => copyWith(wordSpacing: value);