SpellCheckResults constructor
- String spellCheckedText,
- List<
SuggestionSpan> suggestionSpans
Creates results based off those received by spell checking some text input.
Implementation
const SpellCheckResults(this.spellCheckedText, this.suggestionSpans);