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