titleLarge property

TextStyle get titleLarge
override

Implementation

TextStyle get titleLarge => GoogleFonts.getFont(
      'Rubik',
      color: theme.primaryText,
      fontWeight: FontWeight.w500,
      fontSize: 20.0,
    );