Sets the font size of the text
Example:
Text('Hello').fontSize(20)
Text fontSize(double fontSize) => _copyWith(style: TextStyle(fontSize: fontSize));