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