StreamBuilder5<T1, T2, T3, T4, T5> class

Wraps the normal StreamBuilder widget to allow 5 streams in in the form of a StreamTuple5. Can also accept multiple values for initialData using a InitialDataTuple5.

Inheritance

Constructors

StreamBuilder5({Key? key, InitialDataTuple5<T1, T2, T3, T4, T5>? initialData, required StreamTuple5<T1, T2, T3, T4, T5> streams, required AsyncWidgetBuilder5<T1, T2, T3, T4, T5> builder})
const

Properties

builder AsyncWidgetBuilder5<T1, T2, T3, T4, T5>
A builder that gets passed multiple snapshots. see StreamBuilder.builder for more info
final
hashCode int
The hash code for this object.
no setterinherited
initialData InitialDataTuple5<T1, T2, T3, T4, T5>?
Initial data for when the streams don't have any. see StreamBuilder.initialData for more info
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streams StreamTuple5<T1, T2, T3, T4, T5>
Collection of streams for this widget to listen to. New data in any stream triggers builder to rerun
final

Methods

build(BuildContext _) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
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