smartDashesType property
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:
- TextField.smartDashesType, which provides the same configuration option on a standalone TextField.
Implementation
final SmartDashesType? smartDashesType;