display2 method

Text display2()

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

Implementation

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