PullToRefreshController.fromPlatformCreationParams constructor

PullToRefreshController.fromPlatformCreationParams({
  1. required PlatformPullToRefreshControllerCreationParams params,
})

Constructs a PullToRefreshController.

See PullToRefreshController.fromPlatformCreationParams for setting parameters for a specific platform.

Implementation

PullToRefreshController.fromPlatformCreationParams({
  required PlatformPullToRefreshControllerCreationParams params,
}) : this.fromPlatform(platform: PlatformPullToRefreshController(params));