OrkittLoader constructor

const OrkittLoader({
  1. Key? key,
  2. double? value,
  3. double? strokeWidth,
  4. double? trackStrokeWidth,
  5. Color? color,
  6. Animation<Color?>? valueColor,
  7. Color? trackColor,
  8. Animation<Color?>? trackValueColor,
  9. String? semanticsLabel,
  10. String? semanticsValue,
})

Implementation

const OrkittLoader({
  super.key,
  super.value,
  super.strokeWidth,
  super.trackStrokeWidth,
  super.color,
  super.valueColor,
  super.trackColor,
  super.trackValueColor,
  super.semanticsLabel,
  super.semanticsValue,
});