ShownTextSelector typedef

ShownTextSelector = String Function(List<String?>)

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

Implementation

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