setSize method
- @Deprecated("Use setIndicatorSize instead")
Use setIndicatorSize instead.
Officially Supported Platforms/Implementations:
- Android WebView (Official API - SwipeRefreshLayout.setSize)
Parameters - Officially Supported Platforms/Implementations:
size: all platforms
Use the PlatformPullToRefreshController.isMethodSupported method to check if this method is supported at runtime.
Implementation
@Deprecated("Use setIndicatorSize instead")
Future<void> setSize(AndroidPullToRefreshSize size) => platform.setSize(size);