Details constructor

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