Hi There, ```keyboardActions = KeyboardActions { k...
# multiplatform
s
Hi There,
Copy code
keyboardActions = KeyboardActions { keyboardController?.hide() },
keyboardOptions = keyboardOptions.copy(imeAction = ImeAction.Done),
The above code in case of iOS not working, what are the alternatives to achieve keyboard default action buttons in case of iOS devices, It works fine in case of Android devices