children property

List<Widget> children
final

The individual wheels and separators.

Contract

A picker wheel must mix-in FAccordionItemMixin. Not doing so will result in the wheel being treated as a separator and cause undefined behavior.

Implementation

final List<Widget> children;