children property
The individual accordion items and separators.
Contract
An accordion item must mix-in FAccordionItemMixin. Not doing so will result in the item being treated as a separator and cause undefined behavior.
Implementation
final List<Widget> children;