ActionTextSelector typedef

ActionTextSelector = String Function(TextElement)

The signature for a callback to select a string to be passed to gesture callbacks.

Implementation

typedef ActionTextSelector = String Function(TextElement);