textField property

bool? textField
final

If non-null, indicates that this subtree represents a text field.

TalkBack/VoiceOver provide special affordances to enter text into a text field.

Implementation

final bool? textField;