SpellCheckConfiguration constructor
- SpellCheckService? spellCheckService,
- Color? misspelledSelectionColor,
- TextStyle? misspelledTextStyle,
- EditableTextContextMenuBuilder? spellCheckSuggestionsToolbarBuilder,
Creates a configuration that specifies the service and suggestions handler for spell check.
Implementation
const SpellCheckConfiguration({
this.spellCheckService,
this.misspelledSelectionColor,
this.misspelledTextStyle,
this.spellCheckSuggestionsToolbarBuilder,
}) : _spellCheckEnabled = true;