Creates a copy scaled by the given factor.
TextStyle scaled(double factor) { return copyWith( fontSize: (fontSize ?? 14) * factor, ); }