withLSpacing method

TextStyle withLSpacing(
  1. double spacing
)

Implementation

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