PasswordInputElement 构造函数

PasswordInputElement()

实现

factory PasswordInputElement() => new InputElement(type: 'password');