title3 property

TextStyle title3
override

Implementation

TextStyle get title3 => GoogleFonts.getFont(
      'Roboto',
      color: theme.primaryText,
      fontWeight: FontWeight.w600,
      fontSize: 20,
    );