wordSpacing method

T wordSpacing(
  1. double space
)

Implementation

T wordSpacing(final double space) => copyWith(style: (style ?? const TextStyle()).copyWith(wordSpacing: space)) as T;