spaceLetter method

TextStyle spaceLetter(
  1. double value
)

Sets letter spacing.

Implementation

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