Sets text background color
Example:
Text('Hello').bgColor(Colors.yellow)
Text bgColor(Color backgroundColor) => _copyWith(style: TextStyle(backgroundColor: backgroundColor));