ButtonInputElement constructor Null safety

ButtonInputElement()

Implementation

factory ButtonInputElement() => new InputElement(type: 'button');