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