display3 method

Text display3()

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

Implementation

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