Button constructor
Button([
- String? value
The <button> HTML element is an interactive
element activated by a user with a mouse,
keyboard, finger, voice command,
or other assistive technology.
Read more...
Implementation
Button([super.value]) {
tag = 'button';
}