keyboardType property

KeyboardType keyboardType
final

Type of keyboard to display for a given text-based view (https://developer.apple.com/documentation/uikit/uikeyboardtype)

Default: KeyboardType.defaultType

Implementation

final KeyboardType keyboardType;