keyboard_attachable library

Classes

FooterLayout
A widget that can lay out a child widget above a footer.
KeyboardAttachable
A widget that adds space below its baseline when the soft keyboard is shown and hidden with an animation that matches that of the platform keyboard.

Typedefs

KeyboardTransitionBuilder = Widget Function(Widget child, Animation<double> animation, double keyboardHeight)
Signature for builders used in custom transitions for KeyboardAttachable.