wordSpacing method
Implementation
T wordSpacing(double space) => this.copyWith(
style: (this.style ?? TextStyle()).copyWith(
wordSpacing: space,
),
);
T wordSpacing(double space) => this.copyWith(
style: (this.style ?? TextStyle()).copyWith(
wordSpacing: space,
),
);