set the color of this TextStyle to color
color
TextStyle? withColor(Color? color) { return this?.copyWith(color: color); }