FAccordion constructor

const FAccordion({
  1. required List<Widget> children,
  2. FAccordionControl control = const .managed(),
  3. FAccordionStyleDelta style = const .context(),
  4. Key? key,
})

Creates a FAccordion.

Implementation

const FAccordion({required this.children, this.control = const .managed(), this.style = const .context(), super.key});