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