Details constructor
Details([
- String? value
The <details> HTML element creates
a disclosure widget in which information
is visible only when the widget
is toggled into an "open" state.
Read more...
Implementation
Details([super.value]) {
tag = 'details';
}