display4 method

Text display4()

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

Implementation

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