bodyLarge property
Implementation
TextStyle get bodyLarge => GoogleFonts.getFont(
'Readex Pro',
color: theme.primaryText,
fontWeight: FontWeight.normal,
fontSize: 16.0,
);
TextStyle get bodyLarge => GoogleFonts.getFont(
'Readex Pro',
color: theme.primaryText,
fontWeight: FontWeight.normal,
fontSize: 16.0,
);