showCustomKeyboard method

void showCustomKeyboard()

show the custom keyboard

Implementation

void showCustomKeyboard() {
  _updateValue(KeyboardType.custom);
  _readOnly.value = true;
}