heightLoose property

Text heightLoose

Sets lineHeight to 1.5

Implementation

Text get heightLoose => _copyWith(style: const TextStyle(height: 1.5));