ElementsBuilder<M extends ElementModel, I> class abstract

Constructors

ElementsBuilder()

Properties

hashCode int
The hash code for this object.
no setterinherited
model → M
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source List<I>?
no setter

Methods

builder(BuildContext context) Widget
itemBuilder(BuildContext context, int position, I item) Widget
itemProcessing(I item) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onBuildComplete() → void
setModel(M model) → void
setSource(List<I>? data) → void
subscribeNotifierWidget(M model, ConsumerElementBuilder<M> builder) Widget
订阅消费组件 model 订阅模型 builder 组件构建器
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited