CircleDataItem constructor

CircleDataItem({
  1. required bool circleForwardFlg,
  2. required CircleShader circleShader,
  3. required double complementCircle,
  4. required double circleSizeValue,
  5. required double circleStrokeWidth,
  6. required double circleShadowValue,
  7. required int circleDuration,
  8. required Color circleColor,
  9. required Color circleShadowColor,
  10. required Color circleRoundColor,
  11. required CircleProgressController circleController,
  12. required List<List<Color>> circleColorList,
  13. double? circleCounterValue,
  14. double? circlePointerValue,
  15. double? circleLabelValue,
  16. double? circleLabelSpeedValue,
  17. double? circleSpeedCounterValue,
  18. double? circleCombinedTextSize,
  19. Size? graphTextSize,
  20. double? circleTapValue,
  21. double? circleDefaultTapValue,
  22. int? circleTapIndex,
  23. List<Size>? circleTextSizeList,
  24. List<Size>? circleTextMarginList,
  25. List<Color>? circleCombinedColor,
  26. List<Color>? circleCombinedColorList,
  27. List<double>? startValue,
  28. List<double>? endValue,
  29. List<String>? circleListText,
})

Implementation

CircleDataItem({
  required this.circleForwardFlg,
  required this.circleShader,
  required this.complementCircle,
  required this.circleSizeValue,
  required this.circleStrokeWidth,
  required this.circleShadowValue,
  required this.circleDuration,
  required this.circleColor,
  required this.circleShadowColor,
  required this.circleRoundColor,
  required this.circleController,
  required this.circleColorList,
  double? circleCounterValue,
  double? circlePointerValue,
  double? circleLabelValue,
  double? circleLabelSpeedValue,
  double? circleSpeedCounterValue,
  double? circleCombinedTextSize,
  Size? graphTextSize,
  double? circleTapValue,
  double? circleDefaultTapValue,
  int? circleTapIndex,
  List<Size>? circleTextSizeList,
  List<Size>? circleTextMarginList,
  List<Color>? circleCombinedColor,
  List<Color>? circleCombinedColorList,
  List<double>? startValue,
  List<double>? endValue,
  List<String>? circleListText,
});