Dialog constructor

Dialog([
  1. 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';
}