setIndicatorSize method

Future<void> setIndicatorSize(
  1. PullToRefreshSize size
)

Sets the size of the refresh indicator. One of PullToRefreshSize.DEFAULT, or PullToRefreshSize.LARGE.

Officially Supported Platforms/Implementations:

Implementation

Future<void> setIndicatorSize(PullToRefreshSize size) =>
    platform.setIndicatorSize(size);