spellCheckEnabled property

bool spellCheckEnabled
inherited

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;