onSemanticsOwnerCreated property

VoidCallback? onSemanticsOwnerCreated
final

Called whenever this pipeline owner creates a semantics object.

Typical implementations will schedule the creation of the initial semantics tree.

Implementation

final VoidCallback? onSemanticsOwnerCreated;