showCustomKeyboard method
void
showCustomKeyboard()
show the custom keyboard
Implementation
void showCustomKeyboard() {
_updateValue(KeyboardType.custom);
_readOnly.value = true;
}
show the custom keyboard
void showCustomKeyboard() {
_updateValue(KeyboardType.custom);
_readOnly.value = true;
}