Text fontSize(double fontSize) { return _rebase( style: FlutterUITextStyle.rebase(this.style, fontSize: fontSize), ); }