Text fontSize(double size) { var newStyle = TextStyle(fontSize: size); return copyWith(style: style?.merge(newStyle) ?? newStyle); }