TextInputElement 构造函数

TextInputElement()

实现

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