setSize method
Use setIndicatorSize instead.
Implementation
@Deprecated("Use setIndicatorSize instead")
Future<void> setSize(AndroidPullToRefreshSize size) {
throw UnimplementedError(
'setSize is not implemented on the current platform');
}