Change the fontSize.
fontSize
Text setFontSize(double fontSize) { if (style == null) { return copyWith(style: TextStyle(fontSize: fontSize)); } return this.setStyle(TextStyle(fontSize: fontSize)); }