WidgetTreeNode class
A node in the widget tree.
Constructors
-
WidgetTreeNode(Widget widget, List<
WidgetTreeNode> children, Finder finder, {Rect? bounds, Constraints? constraints})
Properties
- bounds ↔ Rect?
-
getter/setter pair
-
children
↔ List<
WidgetTreeNode> -
getter/setter pair
- constraints ↔ Constraints?
-
getter/setter pair
- finder ↔ Finder
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- widget ↔ Widget
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toXmlString(
{int indent = 0, required int boundsPrecision}) → String
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited