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