PageNavigationStart typedef

PageNavigationStart = void Function(int pageIndex)

Signature for the builder callback used by SfDataPager.onPageNavigationStart.

Implementation

typedef PageNavigationStart = void Function(int pageIndex);