lhBase method
Sets the line height to base (1.5, equivalent to lh-base).
Implementation
Text lhBase() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(height: BsTypography.lineHeightBase));
Sets the line height to base (1.5, equivalent to lh-base).
Text lhBase() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(height: BsTypography.lineHeightBase));