lhLg method
Sets the line height to large (2.0, equivalent to lh-lg).
Implementation
Text lhLg() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(height: BsTypography.lineHeightLg));
Sets the line height to large (2.0, equivalent to lh-lg).
Text lhLg() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(height: BsTypography.lineHeightLg));