SharedCollectionBuilderComponent<C extends Collection<Model> , M extends Model> constructor
const
SharedCollectionBuilderComponent<C extends Collection<Model> , M extends Model> ({})
Implementation
const SharedCollectionBuilderComponent(
{this.items,
this.tag,
required this.builder,
this.sort,
this.delayInMilliseconds = 1000,
this.loadingBuilder,
this.emptyBuilder,
this.where,
super.key});