TextTransform typedef

TextTransform = String Function(String text)

Implementation

typedef String TextTransform(String text);