AndroidPullToRefreshControllerCreationParams constructor
AndroidPullToRefreshControllerCreationParams({
- void onRefresh()?,
- PullToRefreshOptions? options,
- PullToRefreshSettings? settings,
Creates a new AndroidPullToRefreshControllerCreationParams instance.
Implementation
AndroidPullToRefreshControllerCreationParams(
{super.onRefresh, super.options, super.settings});