ElementBuilder<M extends ElementModel, D> class
abstract
- Implementers
Constructors
Properties
Methods
-
builder(
BuildContext context) → Widget -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onBuildComplete(
) → void -
onBuildInit(
) → void - 构建初始化
-
setModel(
M model) → void -
setSource(
D? 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