useNativeKeyboard property

bool useNativeKeyboard
final

Whether we use Native keyboard or custom Numpad when flag is set to false PinPut wont be focusable anymore so you should set value of PinPut's TextEditingController programmatically

Implementation

final bool useNativeKeyboard;