SpellCheckConfiguration.disabled constructor

const SpellCheckConfiguration.disabled()

Creates a configuration that disables spell check.

Implementation

const SpellCheckConfiguration.disabled()
  :  _spellCheckEnabled = false,
     spellCheckService = null,
     spellCheckSuggestionsToolbarBuilder = null,
     misspelledTextStyle = null,
     misspelledSelectionColor = null;