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