ShownTextSelector typedef

ShownTextSelector = String Function(TextElement)

The signature for a callback to select a string to display.

Implementation

typedef ShownTextSelector = String Function(TextElement);