wLetterSpacing method

TextStyle wLetterSpacing(
  1. double letterSpacing
)

Implementation

TextStyle wLetterSpacing(double letterSpacing) =>
    this.copyWith(letterSpacing: letterSpacing);