withSpacing method

TextStyle withSpacing(
  1. double spacing
)

Applies letter spacing

Implementation

TextStyle withSpacing(double spacing) => copyWith(letterSpacing: spacing);