headlineSmall property
Implementation
TextStyle get headlineSmall => GoogleFonts.getFont(
'Rubik',
color: theme.primaryText,
fontWeight: FontWeight.w600,
fontSize: 24.0,
);
TextStyle get headlineSmall => GoogleFonts.getFont(
'Rubik',
color: theme.primaryText,
fontWeight: FontWeight.w600,
fontSize: 24.0,
);