smartQuotesType property
final
Configures how smart quotes are handled in the text field used by this SearchAnchor.
For example, when enabled, straight quotes (") may be
automatically replaced with curly quotes (“ ”) on iOS.
Defaults to SmartQuotesType.enabled.
See also:
- TextField.smartQuotesType, which provides the same configuration option on a standalone TextField.
Implementation
final SmartQuotesType? smartQuotesType;