setIndicatorSize method
Sets the size of the refresh indicator. One of PullToRefreshSize.DEFAULT, or PullToRefreshSize.LARGE.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - SwipeRefreshLayout.setSize)
Implementation
Future<void> setIndicatorSize(PullToRefreshSize size) =>
platform.setIndicatorSize(size);