PullToRefreshController.fromPlatform constructor

PullToRefreshController.fromPlatform({
  1. required PlatformPullToRefreshController platform,
})

Constructs a PullToRefreshController from a specific platform implementation.

Implementation

PullToRefreshController.fromPlatform({required this.platform});