BuiltPiece class

An intermediate data piece while the widget tree is being built.

Constructors

BuiltPiece.text(TextBits text)
Creates a text piece.
BuiltPiece.widgets(Iterable<Widget> widgets)
Creates a piece with widgets.

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
text TextBits
The text bits.
final
widgets Iterable<WidgetPlaceholder>
The widgets.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

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