heightTight property

Text heightTight

Sets lineHeight to 0.75

Implementation

Text get heightTight => _copyWith(style: const TextStyle(height: 0.75));