in ios, when creating a textview with numberpad ke...
# multiplatform
c
in ios, when creating a textview with numberpad keyboard, the keyboard doesnot have any way to close. how to fix that. android works fine.
Copy code
keyboardOptions = KeyboardOptions(
                        keyboardType = KeyboardType.NumberPassword,
                        imeAction = ImeAction.Done
                    ),