MainCircle constructor

MainCircle({
  1. double? max,
  2. double? min,
  3. double? value,
  4. List<Color>? colors,
  5. String? image,
  6. IconData? icon,
  7. Color? iconColor,
  8. double? size,
})

Implementation

MainCircle(
    {this.max,
    this.min,
    this.value,
    this.colors,
    this.image,
    this.icon,
    this.iconColor,
    this.size});