bodyText2 property

TextStyle bodyText2
override

Implementation

TextStyle get bodyText2 => GoogleFonts.getFont(
      'Roboto',
      color: Colors.white,
      fontWeight: FontWeight.normal,
      fontSize: 14,
    );