StreamBuild<T> class
局部组件状态管理
Constructors
- StreamBuild(String key)
- StreamBuild.instance(String key)
-
factory
Properties
Methods
-
addObserver(
Widget ob(T t), {required T initialData}) → Widget -
changeData(
T t) → dynamic -
dis(
) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited