crazy_cool_keyboard_for_flutter
crazy_cool_keyboard_for_flutter copied to clipboard
Disable bouncing effect
Hi, help please to understand where I can disable bouncing animation? I want it to be just linear
Have you searched for the word "bounce" yet? It's in line 86 of the dart code. The 0.5 a few lines above indicates the threshold of how far you need to drag in order to close instead of bouncing back.