details constructor
const
details(})
The <details> HTML element creates a disclosure widget in which information is visible only when the widget is toggled into an "open" state. A summary or label must be provided using the <summary> element.
Implementation
const details(
this.children, {
this.open = false,
this.id,
this.classes,
this.styles,
this.attributes,
this.events,
super.key,
});