wSpacing method

TextStyle wSpacing(
  1. double? value
)

Set text word spacing.

Implementation

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