How can I prevent a FAB (floating action button) from coming up when I'm clicking on a text field as shown in the following image? (source code link is available in first comment)

The Scaffold has a property to avoid the widgets in it to resize on keyboard pop-up. That would look something like this:
Scaffold(
resizeToAvoidBottomPadding: false,
body: body,
appBar: appBar,
);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With