type property

InputType? type
final

Defines how an <input> works. If this attribute is not specified, the default type adopted is text.

Implementation

final InputType? type;