You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the new or updated feature that you are suggesting?
Add the ability to disable the padding that appears when the keyboard is open.
Why should this feature be included?
I had to add Scaffold to FlexibleBottomSheet to be able to scroll to the text field when clicking on it. Therefore, I had to remove the padding in FlexibleBottomSheet in order for the Scaffold's resizeToAvoidBottomInset to work properly.
The text was updated successfully, but these errors were encountered:
What is the new or updated feature that you are suggesting?
Add the ability to disable the padding that appears when the keyboard is open.
Why should this feature be included?
I had to add Scaffold to FlexibleBottomSheet to be able to scroll to the text field when clicking on it. Therefore, I had to remove the padding in FlexibleBottomSheet in order for the Scaffold's
resizeToAvoidBottomInset
to work properly.The text was updated successfully, but these errors were encountered: