smartDashesType property

SmartDashesType? smartDashesType
final

Configures how smart dashes are handled in the text field used by this SearchAnchor.

For example, when enabled, double hyphens (--) may be automatically replaced with an em dash () on iOS.

Defaults to SmartDashesType.enabled.

See also:

Implementation

final SmartDashesType? smartDashesType;