Applies a background color to the text style
TextStyle withBackground(Color color) => copyWith(backgroundColor: color);