bodyText1 property

TextStyle get bodyText1

Implementation

TextStyle get bodyText1 => GoogleFonts.getFont(
      'Poppins',
      color: primaryText,
      fontWeight: FontWeight.w600,
      fontSize: 14,
    );