items property
final
Items in the list.
When items are provided they are built in a ZdsList.
When items are provided, a child can not be provided, as they are alternate ways of implementing the same part of the component.
Implementation
final List<Widget>? items;