ArcaneDisclosure constructor
const
ArcaneDisclosure({})
Implementation
const ArcaneDisclosure({
required this.summary,
required this.child,
this.open = false,
this.variant = DisclosureVariant.default_,
this.showChevron = true,
this.showTreeLines = true,
this.classes,
super.key,
});