lhSm method
Sets the line height to small (1.25, equivalent to lh-sm).
Implementation
Text lhSm() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(height: BsTypography.lineHeightSm));
Sets the line height to small (1.25, equivalent to lh-sm).
Text lhSm() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(height: BsTypography.lineHeightSm));