getWordSpacing method

double getWordSpacing()

Returns the wordSpacing of the matched EditableText via Widget.toDiagnosticsNode

Implementation

double getWordSpacing() {
  return getDiagnosticProp<double>('wordSpacing');
}