external/keyboard_avoider/bottom_area_avoider library
Classes
- BottomAreaAvoider
- Helps child stay visible by resizing it to avoid the given areaToAvoid.
- BottomAreaAvoiderState
Functions
-
findFocusedObject(
RenderObject? root) → RenderObject? -
Utility helper methods
Finds the first focused focused child of
root
using a breadth-first search. -
scrollToObject(
RenderObject object, ScrollController scrollController, Duration duration, Curve curve, double overscroll) → dynamic -
Scroll to the given
object
, which must be insidescrollController
s viewport.