TextInputElement constructor

TextInputElement()

Implementation

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