spellCheckEnabled property

bool get spellCheckEnabled

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;