backgroundColor property

  1. @override
Color? backgroundColor
override

Background color of that fills the circle under the refresh indicator.

If RefreshIndicator.backgroundColor is null then the ambient ProgressIndicatorThemeData.refreshBackgroundColor will be used. If that is null, then the ambient theme's ThemeData.canvasColor will be used.

Implementation

@override
Color? get backgroundColor => super.backgroundColor;