ObserverOnPrepareScrollToIndex typedef

ObserverOnPrepareScrollToIndex = Future<bool> Function(ObservePrepareScrollToIndexModel)

Called when the ObserverController prepare to scroll to index with ObservePrepareScrollToIndexModel.

Implementation

typedef ObserverOnPrepareScrollToIndex = Future<bool> Function(
    ObservePrepareScrollToIndexModel);