inputType property

SemanticsInputType get inputType

The input type for of a editable node.

This property is only used when this node represents a text field.

Assistive technologies use this property to provide better information to users. For example, screen reader reads out the input type of text field when focused.

Implementation

SemanticsInputType get inputType => _inputType;