GlobalKeyScrollExtension extension

Convenience helpers for GlobalKeys pointing at scrollable items.

on

Methods

ensureVisibleCentered() Future<void>

Available on GlobalKey<State<StatefulWidget>>, provided by the GlobalKeyScrollExtension extension

Centers the widget identified by this key inside its nearest Scrollable ancestor. No-op when the key is not currently mounted.