ActionTextSelector typedef

ActionTextSelector = String Function(List<String?>)

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

Implementation

typedef ActionTextSelector = String Function(List<String?>);