KeyboardAnimationListener typedef

KeyboardAnimationListener = dynamic Function(double bottomInsets, bool end)

Implementation

typedef KeyboardAnimationListener = Function(double bottomInsets, bool end);