ExtendedSpellCheckConfiguration class
Constructors
- ExtendedSpellCheckConfiguration.new({SpellCheckService? spellCheckService, Color? misspelledSelectionColor, TextStyle? misspelledTextStyle, ExtendedEditableTextContextMenuBuilder? extendedSpellCheckSuggestionsToolbarBuilder})
-
Creates a configuration that specifies the service and suggestions handler
for spell check.
const
- ExtendedSpellCheckConfiguration.disabled()
-
const
Properties
- extendedSpellCheckSuggestionsToolbarBuilder → ExtendedEditableTextContextMenuBuilder?
-
Builds the text selection toolbar when requested by the user.
final
- hashCode → int
-
The hash code for this object.
no setter
- misspelledSelectionColor → Color?
-
The color the paint the selection highlight when spell check is showing
suggestions for a misspelled word.
finalinherited
- misspelledTextStyle → TextStyle?
-
Style used to indicate misspelled words.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spellCheckEnabled → bool
-
Whether or not the configuration should enable or disable spell check.
no setterinherited
- spellCheckService → SpellCheckService?
-
The service used to fetch spell check results for text input.
finalinherited
- spellCheckSuggestionsToolbarBuilder → EditableTextContextMenuBuilder?
-
Builds the toolbar used to display spell check suggestions for misspelled
words.
finalinherited
Methods
-
copyWith(
{SpellCheckService? spellCheckService, Color? misspelledSelectionColor, TextStyle? misspelledTextStyle, EditableTextContextMenuBuilder? spellCheckSuggestionsToolbarBuilder, ExtendedEditableTextContextMenuBuilder? extendedSpellCheckSuggestionsToolbarBuilder}) → _SpellCheckConfiguration -
Returns a copy of the current
_SpellCheckConfiguration
instance with specified overrides. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool - The equality operator.