keyboardType property

TextInputType? keyboardType
final

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

Implementation

final TextInputType? keyboardType;