Creates a TextStyle with this color and specified font size.
Example:
Text('Colored text', style: Colors.blue.textStyle(16))
TextStyle textStyle(double fontSize) => TextStyle(fontSize: fontSize, color: this);