密码输入元素 构造函数

密码输入元素()

实现

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