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) {
throw UnimplementedError(
'setIndicatorSize is not implemented on the current platform');
}