onSemanticsOwnerDisposed property

VoidCallback? onSemanticsOwnerDisposed
final

Called whenever this pipeline owner disposes its semantics owner.

Typical implementations will tear down the semantics tree.

Implementation

final VoidCallback? onSemanticsOwnerDisposed;