useNativeKeyboard property

bool useNativeKeyboard
final

Whether to use Native keyboard or custom one 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;