customAction constant

SemanticsAction const customAction

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 = SemanticsAction._(
  _kCustomActionIndex,
  'customAction',
);