onSemanticsUpdate property

SemanticsUpdateCallback? onSemanticsUpdate
final

Called whenever this pipeline owner's semantics owner emits a SemanticsUpdate.

Typical implementations will delegate the SemanticsUpdate to a FlutterView that can handle the SemanticsUpdate.

Implementation

final SemanticsUpdateCallback? onSemanticsUpdate;