ChildSemanticsConfigurationsResult class

The result that contains the arrangement for the child SemanticsConfigurations.

When the PipelineOwner builds the semantics tree, it uses the returned ChildSemanticsConfigurationsResult from SemanticsConfiguration.childConfigurationsDelegate to decide how semantics nodes should form.

Use ChildSemanticsConfigurationsResultBuilder to build the result.

Properties

hashCode int
The hash code for this object.
no setterinherited
mergeUp List<SemanticsConfiguration>
Returns the SemanticsConfigurations that are supposed to be merged into the parent semantics node.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
siblingMergeGroups List<List<SemanticsConfiguration>>
The groups of child semantics configurations that want to merge together and form a sibling SemanticsNode.
final

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