setColor method

Future<void> setColor(
  1. Color color
)

Sets the color of the refresh control.

Officially Supported Platforms/Implementations:

Implementation

Future<void> setColor(Color color) => platform.setColor(color);