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