displaySmall property

TextStyle get displaySmall
override

Implementation

TextStyle get displaySmall => GoogleFonts.getFont(
      'Outfit',
      color: theme.primaryText,
      fontWeight: FontWeight.w600,
      fontSize: 36.0,
    );