ObserverOnPrepareScrollToIndex typedef
Called when the ObserverController prepare to scroll to index with
ObservePrepareScrollToIndexModel.
Implementation
typedef ObserverOnPrepareScrollToIndex = Future<bool> Function(
    ObservePrepareScrollToIndexModel);