handleStatusBarTap method
Called when the user taps the status bar on iOS, to scroll a scroll view to the top.
This event should usually only be handled by at most one scroll view, so implementer(s) of this callback must coordinate to determine the most suitable scroll view for handling this event.
This callback is only called on iOS. The default implementation provided by WidgetsBindingObserver does nothing.
See also:
- Scaffold and CupertinoPageScaffold which use this callback to implement iOS scroll-to-top.
Implementation
void handleStatusBarTap() {}