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