delegate property
A delegate that provides the row count details and method to listen the page navigation.
If you write the delegate from DataPagerDelegate with ChangeNotifier,
the SfDataPager will automatically listen the listener when call the
notifyListeners
and refresh the UI based on the current configuration.
This must be non-null
Implementation
final DataPagerDelegate delegate;