child property

Widget? child
final

A ZdsList child that can be a ZdsList.builder.

When a child is provided, items can not be provided, as they are alternate ways of implementing the same part of the component.

Implementation

final Widget? child;