textContentType property

TextContentType? textContentType
final

To identify the semantic meaning expected for a text-entry area (https://developer.apple.com/documentation/uikit/uitextcontenttype)

Default: null

Implementation

final TextContentType? textContentType;