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