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