spellCheckEnabled property
Whether or not spell check is enabled.
Spell check is enabled when a SpellCheckConfiguration has been specified for the widget.
Implementation
bool get spellCheckEnabled => _spellCheckConfiguration.spellCheckEnabled;
Whether or not spell check is enabled.
Spell check is enabled when a SpellCheckConfiguration has been specified for the widget.
bool get spellCheckEnabled => _spellCheckConfiguration.spellCheckEnabled;