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.new({void onNeedVisualUpdate()?})

Properties

hashCode int
The hash code for this object.
no setterinherited
onNeedVisualUpdate → void Function()?
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
toString() String
A string representation of this object.
inherited

Operators

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