fontTitleSmallProminent static method
Implementation
static TextStyle fontTitleSmallProminent({Color? color}) => TextStyle(
fontFamily: 'Anuphan-Medium',
fontWeight: FontWeight.w500,
fontSize: 18,
height: 1.3333, // 24 / 18
color: color ?? _defaultColor,
);