ConsumerBuilder<M extends ProviderModel, P extends ProviderModel> class
abstract
组件构建器
- Mixed-in types
-
- UniversalModel<
P>
- UniversalModel<
Constructors
Properties
Methods
-
builder(
BuildContext context) → Widget -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setParent(
P parent) → void -
inherited
-
setParentModel(
P parent) → void -
subscribeNotifierWidget(
M model, ConsumerWidgetBuilder< M> childBuilder) → Widget -
订阅消费组件
model
订阅模型childBuilder
子组件构建器 -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited