DirtyPhase

A retained pipeline phase that can be invalidated by an element update or node state change.

A measure invalidation expands to local layout, paint, and semantics and propagates measurement work to ancestors. A layout invalidation dirties the node's local layout, paint, and semantics. Ancestor traversal reaches that node only while it is currently placed, and descendants are not dirtied by this propagation. Paint and semantics invalidations affect only their respective local caches.

Entries

Link copied to clipboard

Local measurement and the measurement of direct children requested by this node.

Link copied to clipboard

Local child placement and accumulated bounds for placed descendants.

Link copied to clipboard

The node's complete local drawing command list.

Link copied to clipboard

The node's complete local unresolved semantics payload.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.