getLetterSpacing method

double getLetterSpacing()

Returns the letterSpacing of the matched EditableText via Widget.toDiagnosticsNode

Implementation

double getLetterSpacing() {
  return getDiagnosticProp<double>('letterSpacing');
}