children property

List<PickerItem<T>>? children
final

Child items for hierarchical data structures.

When provided, selecting this item will reveal the children in subsequent columns, creating a drill-down navigation experience. Used for multi-level data like Country > State > City.

Implementation

final List<PickerItem<T>>? children;