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) =>
platform.setBackgroundColor(color);