ButtonInputElement constructor

ButtonInputElement()

Implementation

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