tightWord property

Text tightWord

Sets WordSpacing to -1.0

Implementation

Text get tightWord => _copyWith(style: const TextStyle(wordSpacing: -1.0));