letterSpacing method

Text letterSpacing(
  1. double spacing
)

A negative value can be used to bring the letters closer.

Implementation

Text letterSpacing(double spacing) =>
    _copyWith(style: TextStyle(letterSpacing: spacing));