TripleConsumer<TStore extends BaseStore<TState>, TError extends Object, TState extends Object> class

TripleConsumer class it's the type <TStore extends Store<TError, TState>, TError extends Object, TState extends Object>

Inheritance

Constructors

TripleConsumer({Key? key, TStore? store, required Widget builder(BuildContext context, Triple<TState> triple), required void listener(BuildContext context, Triple<TState> triple), bool filter(Triple<TState> triple)?, dynamic distinct(Triple<TState> state)?})
TripleConsumer constructor class
const

Properties

builder Widget Function(BuildContext context, Triple<TState> triple)
The Function builder it's the type Widget and receive the params context it`s the type BuildContext and triple it's the type Triple<TError, TState>
final
distinct → (dynamic Function(Triple<TState> state)?)
The Function distinct it's the type dynamic and receive the param state it`s the type Triple<TError, TState>
final
filter → (bool Function(Triple<TState> triple)?)
The Function filter it's the type bool and receive the param triple it`s the type Triple<TError, TState>
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
listener → void Function(BuildContext context, Triple<TState> triple)
The Function listener it's the type void and receive the params context it`s the type BuildContext and triple it's the type Triple<TError, TState>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
store → TStore?
store it's the type TStore
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() → _TripleConsumerState<TStore, TError, TState>
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited