letterSpacing method

TextStyle letterSpacing(
  1. double value
)

Sets the letter spacing.

Implementation

TextStyle letterSpacing(double value) => copyWith(letterSpacing: value);