fontTitleLarge static method
Implementation
static TextStyle fontTitleLarge({Color? color}) => TextStyle(
fontFamily: 'Anuphan-Regular',
fontWeight: FontWeight.w400,
fontSize: 22,
height: 1.1818, // 26 / 22
color: color ?? _defaultColor,
);