ItemBuilder typedef

ItemBuilder = DslWidget Function(ItemRef item)

List item builder signature.

Use item['field'] inside the builder to access fields from the repeated source item.

Implementation

typedef ItemBuilder = DslWidget Function(ItemRef item);