fontBodyMedium static method
Implementation
static TextStyle fontBodyMedium({Color? color}) => TextStyle(
fontFamily: 'Sarabun-Regular',
fontWeight: FontWeight.w400,
fontSize: 14,
height: 1.4286, // 20 / 14
color: color ?? _defaultColor,
);