lh1 method
Sets the line height to 1.0 (equivalent to lh-1).
Implementation
Text lh1() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(height: 1.0));
Sets the line height to 1.0 (equivalent to lh-1).
Text lh1() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(height: 1.0));