fontTitleMedium static method
Implementation
static TextStyle fontTitleMedium({Color? color}) => TextStyle(
fontFamily: 'Anuphan-Regular',
fontWeight: FontWeight.w400,
fontSize: 20,
height: 1.2, // 24 / 20
color: color ?? _defaultColor,
);