subtitle2 property

TextStyle get subtitle2

Implementation

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