ArcaneDisclosure.bordered constructor
const
ArcaneDisclosure.bordered({
- required Widget summary,
- required Widget child,
- bool open = false,
- bool showChevron = true,
- bool showTreeLines = true,
- List<
String> ? classes, - ArcaneStyleData? styles,
- ArcaneDecoration? decoration,
- Key? key,
Implementation
const ArcaneDisclosure.bordered({
required this.summary,
required this.child,
this.open = false,
this.showChevron = true,
this.showTreeLines = true,
this.classes,
this.styles,
this.decoration,
super.key,
}) : variant = DisclosureVariant.bordered;