lhLg method

Text lhLg()

Sets the line height to large (2.0, equivalent to lh-lg).

Implementation

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