TextInputElement.new constructor - TextInputElement - dart:html library (original) (raw)

description

TextInputElement()

Implementation

factory TextInputElement() => new InputElement(type: 'text');