Dialog constructor
Dialog([
- String? value
The <dialog> HTML element represents
a dialog box or other interactive widget,
such as a dismissible alert, inspector, or sub-window.
Read more...
Implementation
Dialog([super.value]) {
tag = 'dialog';
}