setBackgroundColor method
Sets the background color of the refresh control.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - SwipeRefreshLayout.setProgressBackgroundColorSchemeColor)
- iOS (Official API - UIView.backgroundColor)
Implementation
Future<void> setBackgroundColor(Color color) {
throw UnimplementedError(
'setBackgroundColor is not implemented on the current platform');
}