bodyText2 property

TextStyle get bodyText2

Implementation

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