ForEach<T> constructor
Creates a reactive list descriptor with items, builder, and optional key extractor.
Implementation
const ForEach(
super.items,
super.builder, {
String Function(T item)? key,
}) : super(keyFn: key);