display1 method

Text display1()

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

Implementation

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