LoadingIndicatorThemeData constructor

const LoadingIndicatorThemeData({
  1. Color? activeIndicatorColor,
  2. Color? containerColor,
})

Creates the set of properties used to configure LoadingIndicator widgets.

Implementation

const LoadingIndicatorThemeData({
  this.activeIndicatorColor,
  this.containerColor,
});