display5 method

Text display5()

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

Implementation

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