smartQuotesType property

SmartQuotesType? smartQuotesType
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:

Implementation

final SmartQuotesType? smartQuotesType;