TextStyle bodyExtraSmall({Color? color}) { return TextStyle( fontSize: font.bodyExtraSmall.fontSize, fontWeight: font.bodyExtraSmall.fontWeight, color: color, ); }