LayoutPipelineOwner class

Manages the layout pipeline for the independent layout system.

LayoutPipelineOwner coordinates layout operations across the layout tree, handling layout scheduling, constraint propagation, and visual updates. It maintains a queue of nodes that need layout and orchestrates the layout process to ensure all constraints are properly resolved.

Constructors

LayoutPipelineOwner({void onNeedVisualUpdate()?})
Creates a layout pipeline owner with an optional update callback.

Properties

hashCode int
The hash code for this object.
no setterinherited
onNeedVisualUpdate → void Function()?
Callback invoked when the layout system needs a visual update.
final
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
requestVisualUpdate() → void
Requests a visual update from the rendering system.
toString() String
A string representation of this object.
inherited

Operators

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