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