CircularIndicator constructor

CircularIndicator({
  1. Color? colorIndicator,
  2. bool? useDarkTheme = false,
  3. bool? iosOnly = false,
  4. double? size,
})

Implementation

CircularIndicator({
  this.colorIndicator,
  this.useDarkTheme = false,
  this.iosOnly = false,
  this.size,
});