Typically, when dealing with soft keyboards, we can specify the layout to resize or pan up when the text field will be hidden.
I have the following layout:
Due to the way it is created (large margin on the bottom from the card), resizing will not work well as it will leave a big gap between the keyboard and the card.
Panning however will keep the password textfield hidden if the username textfield is focused.
Is there a way to specify how far the views should pan, such that it pans up until the FAB?
The only other solution I can think of is to change my padding based on width measure changes, but that sounds like a slightly hacky solution