title2 property

TextStyle title2
override

Implementation

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