wordSpacing method

ThemedText wordSpacing(
  1. double v
)

Implementation

ThemedText wordSpacing(double v) => textless(TextStyle(wordSpacing: v));