wordSpacing method

TextStyle wordSpacing(
  1. double wordSpacing
)

Returns a text style that specifies word spacing.

単語の間隔を指定するテキストスタイルを返します。

Implementation

TextStyle wordSpacing(double wordSpacing) =>
    TextStyle(wordSpacing: wordSpacing);