setBackgroundColor method

Future<void> setBackgroundColor(
  1. Color color
)

Sets the background color of the refresh control.

Officially Supported Platforms/Implementations:

Implementation

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