Text wordSpacing(double spacing) { return copyWith( style: style.copyWith(wordSpacing: spacing), ); }