TextInputElement constructor

TextInputElement()

Implementation

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