lhSm method

Text lhSm()

Sets the line height to small (1.25, equivalent to lh-sm).

Implementation

Text lhSm() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(height: BsTypography.lineHeightSm));