ValueListenableBuilder<T> class
- Inheritance
-
- Object
- Component
- StatefulComponent
- ListenableBuilder
- ValueListenableBuilder
Constructors
-
ValueListenableBuilder.new({Key? key, required ValueListenable<
T> listenable, required Iterable<Component> builder(BuildContext, T)})
Properties
-
builder
→ Iterable<
Component> Function(BuildContext) -
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → Key?
-
Controls how one component replaces another component in the tree.
finalinherited
- listenable → Listenable
-
The Listenable to which this widget is listening.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createElement(
) → Element -
Creates a StatefulElement to manage this component's location in the tree.
inherited
-
createState(
) → State< ListenableBuilder> -
Subclasses typically do not override this method.
inherited
-
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