smartQuotesType property
final
Whether to allow the platform to automatically format quotes.
This flag only affects iOS, where it is equivalent to UITextSmartQuotesType
.
When set to SmartQuotesType.enabled, it passes
UITextSmartQuotesTypeYes
,
and when set to SmartQuotesType.disabled, it passes
UITextSmartQuotesTypeNo
.
If set to null, SmartQuotesType.enabled will be used.
As an example of what this does, a standard vertical double quote character will be automatically replaced by a left or right double quote depending on its position in a word.
Defaults to null.
See also:
Implementation
final SmartQuotesType? smartQuotesType;