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