Applies a color to the text style
TextStyle withColor(Color color) => copyWith(color: color, decorationColor: color);