type property
Defines how an <input> works. If this attribute is not specified, the default type adopted is text.
Implementation
final InputType? type;
Defines how an <input> works. If this attribute is not specified, the default type adopted is text.
final InputType? type;