spellCheckResults property
getter/setter pair
The most up-to-date spell check results for text input.
These results will be updated via calls to spell check through a SpellCheckService and used by this widget to build the TextSpan tree for text input and menus for replacement suggestions of misspelled words.
Implementation
SpellCheckResults? spellCheckResults;