display6 method

Text display6()

Sets the typography style to display-6 (40px, w300, line-height 1.2).

Implementation

Text display6() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(
      fontSize: BsTypography.display6,
      fontWeight: BsTypography.weightDisplay,
      height: BsTypography.lineHeightDisplay,
    ));