wordSpacing method

VText wordSpacing(
  1. double v
)

Sets word spacing.

Implementation

VText wordSpacing(double v) => copyWithStyle(TextStyle(wordSpacing: v));