titleSmall property
Implementation
TextStyle get titleSmall => const TextStyle(
fontFamily: 'General Sans',
color: Color(0xFF030303),
fontWeight: FontWeight.w500,
fontSize: 16.0,
);
TextStyle get titleSmall => const TextStyle(
fontFamily: 'General Sans',
color: Color(0xFF030303),
fontWeight: FontWeight.w500,
fontSize: 16.0,
);