We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In case of customizing the keyboard:
Then there is a redundancy space on the top the keyboard and the same color with the background color of Scaffold.
Screenshoot with SafeArea
Screenshoot without SafeArea
All related resources https://gist.github.com/159159951/ee2dae9d06d4db373a040da442c68bb1
The text was updated successfully, but these errors were encountered:
bottom: false, on SafeArea will fix the issue.
bottom: false
SafeArea
SafeArea( bottom: false, child: KeyboardActions( config: KeyboardActionsConfig(
Sorry, something went wrong.
No branches or pull requests
In case of customizing the keyboard:
Then there is a redundancy space on the top the keyboard and the same color with the background color of Scaffold.
Screenshoot with SafeArea
Screenshoot without SafeArea
All related resources
https://gist.github.com/159159951/ee2dae9d06d4db373a040da442c68bb1
The text was updated successfully, but these errors were encountered: