tightestLetter property

Text tightestLetter

Sets letterSpacing to -3.0

Implementation

Text get tightestLetter =>
    _copyWith(style: const TextStyle(letterSpacing: -3.0));