StreamBuilder8<T1, T2, T3, T4, T5, T6, T7, T8> class

Wraps the normal StreamBuilder widget to allow 8 streams in in the form of a StreamTuple8. Can also accept multiple values for initialData using a InitialDataTuple8.

Inheritance

Constructors

StreamBuilder8({Key? key, InitialDataTuple8<T1, T2, T3, T4, T5, T6, T7, T8>? initialData, required StreamTuple8<T1, T2, T3, T4, T5, T6, T7, T8> streams, required AsyncWidgetBuilder8<T1, T2, T3, T4, T5, T6, T7, T8> builder})
const

Properties

builder AsyncWidgetBuilder8<T1, T2, T3, T4, T5, T6, T7, T8>
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 InitialDataTuple8<T1, T2, T3, T4, T5, T6, T7, T8>?
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 StreamTuple8<T1, T2, T3, T4, T5, T6, T7, T8>
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