BuildDigitWidget typedef

BuildDigitWidget = Widget Function(String value, bool first, bool last)

For building a widget for a individual character in the string

Implementation

typedef BuildDigitWidget = Widget Function(String value, bool first, bool last);