ElementsBuilder<M extends ElementModel, I> class
abstract
Constructors
Properties
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