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