PinInputBuilder typedef

PinInputBuilder = Widget Function(int index, InputFieldState state)

Gives an interface to which pin input widgets should conform You decide what the input widgets should look like, based on the InputFieldState and the position (index) of the field. Input fields will be drawn in a Row

Implementation

typedef PinInputBuilder = Widget Function(int index, InputFieldState state);