keyboardType property
The type of keyboard to display for input.
Type: TextInputType?
Usage: Optimizes the keyboard layout (e.g., TextInputType.text for general input, TextInputType.number for numeric commands). Defaults to null for standard text keyboard.
Implementation
final TextInputType? keyboardType;