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