getSpellCheckConfiguration method

SpellCheckConfiguration getSpellCheckConfiguration()

Returns the spellCheckConfiguration of the matched EditableText via Widget.toDiagnosticsNode

Implementation

SpellCheckConfiguration getSpellCheckConfiguration() {
  return getDiagnosticProp<SpellCheckConfiguration>(
      'spellCheckConfiguration');
}