PullToRefreshController.fromPlatform constructor
PullToRefreshController.fromPlatform({
- required PlatformPullToRefreshController platform,
Constructs a PullToRefreshController from a specific platform implementation.
Implementation
PullToRefreshController.fromPlatform({required this.platform});