refreshBackgroundColor property

Color? refreshBackgroundColor
final

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

final Color? refreshBackgroundColor;