InflatedChildHandle class

The base class for lazily-inflated handles used to keep track of children in a LayoutInflatingWidget.

This class is typically not used directly, instead consider obtaining a BoxyChild through BaseBoxyDelegate.getChild. See also:

Implementers

Constructors

InflatedChildHandle({required Object id, required InflatingRenderObjectMixin<RenderObject, InflatingParentData<RenderObject>, InflatedChildHandle> parent, RenderObject? render, Widget? widget, Element? context})
Constructs a child handle.

Properties

context → Element
The Element aka BuildContext representing this child.
no setter
hashCode → int
The hash code for this object.
no setterinherited
id → Object
The id of the child, will either be the id given by BoxyId, or an incrementing int.
final
render → RenderObject
The RenderObject representing this child.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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