TextStyle toTextStyle(Color color) { return TextStyle( color: color, fontSize: fontSize, fontFamily: fontFamily, fontWeight: fontWeight, ); }