SkeletonConfig constructor

const SkeletonConfig({
  1. bool? hidden,
  2. SkeletonPreset? preset,
  3. SkeletonConnectionStyle? connectionStyle,
  4. SkeletonJointShape? jointShape,
  5. double? dotsOpacity,
  6. double? connectionsOpacity,
  7. SkeletonColorOption? dotsInnerColor,
  8. SkeletonColorOption? dotsOuterColor,
  9. SkeletonColorOption? connectionsInnerColor,
  10. SkeletonColorOption? connectionsOuterColor,
  11. double? dotsGlow,
  12. double? connectionsGlow,
  13. double? lineWidthScale,
  14. double? outlineScale,
  15. double? softness,
  16. double? animationDuration,
})

Implementation

const SkeletonConfig({
  this.hidden,
  this.preset,
  this.connectionStyle,
  this.jointShape,
  this.dotsOpacity,
  this.connectionsOpacity,
  this.dotsInnerColor,
  this.dotsOuterColor,
  this.connectionsInnerColor,
  this.connectionsOuterColor,
  this.dotsGlow,
  this.connectionsGlow,
  this.lineWidthScale,
  this.outlineScale,
  this.softness,
  this.animationDuration,
});