wWordSpacing method

TextStyle wWordSpacing(
  1. double wordSpacing
)

Implementation

TextStyle wWordSpacing(double wordSpacing) =>
    this.copyWith(wordSpacing: wordSpacing);