Answers for "how to add next button to text field in flutter in soft keyboard"

0

how to add next button to text field in flutter in soft keyboard

Just add textInputAction property and assign TextInputAction. next enum to it. This will display the next button on the keyboard.
Posted by: Guest on April-02-2022

Code answers related to "how to add next button to text field in flutter in soft keyboard"

Browse Popular Code Answers by Language