FAccordion constructor
const
FAccordion({
- required List<
Widget> children, - FAccordionControl control = const .managed(),
- FAccordionStyleDelta style = const .context(),
- Key? key,
Creates a FAccordion.
Implementation
const FAccordion({required this.children, this.control = const .managed(), this.style = const .context(), super.key});