customAction constant

SemanticsAction const customAction = const SemanticsAction._(_kCustomAction)

Indicates that the user has invoked a custom accessibility action.

This handler is added automatically whenever a custom accessibility action is added to a semantics node.

Implementation

static const SemanticsAction customAction = const SemanticsAction._(_kCustomAction)