setSpellCheckConfiguration method

void setSpellCheckConfiguration(
  1. SpellCheckConfiguration? value
)

Implementation

void setSpellCheckConfiguration(SpellCheckConfiguration? value) {
  onNotifyWithCallback(() => spellCheckConfiguration = value);
}