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