TextMapper typedef

TextMapper = String Function(String numberText)

Created by Marcin SzaƂek Define a text mapper to transform the text displayed by the picker

Implementation

///Define a text mapper to transform the text displayed by the picker
typedef String TextMapper(String numberText);