getFontWordSpacing method

double getFontWordSpacing()

Returns the fontWordSpacing of the matched AnyText via Widget.toDiagnosticsNode

Implementation

double getFontWordSpacing() {
  return getDiagnosticProp<double>('font_wordSpacing');
}