nativeSpellCheckServiceDefined property
bool
get
nativeSpellCheckServiceDefined
Whether the spell check service is supported on the current platform.
This option is used by EditableTextState
to define its
SpellCheckConfiguration
when a default spell check service
is requested.
Implementation
bool get nativeSpellCheckServiceDefined => _nativeSpellCheckServiceDefined;