Sets text color
Example:
Text('Hello').color(Colors.red)
Text color(Color color) => _copyWith(style: TextStyle(color: color));