keyboardType property
Type of keyboard to display.
Type: TextInputType? (optional).
Usage: Optimizes input, e.g., TextInputType.emailAddress for emails (complements Email dialog).
Implementation
final TextInputType? keyboardType;
Type of keyboard to display.
Type: TextInputType? (optional).
Usage: Optimizes input, e.g., TextInputType.emailAddress for emails (complements Email dialog).
final TextInputType? keyboardType;