SkeletonConfig constructor
const
SkeletonConfig({
- SkeletonPreset? preset,
- SkeletonConnectionStyle? connectionStyle,
- SkeletonJointShape? jointShape,
- double? dotsOpacity,
- double? connectionsOpacity,
- SkeletonColorOption? dotsInnerColor,
- SkeletonColorOption? dotsOuterColor,
- SkeletonColorOption? connectionsInnerColor,
- SkeletonColorOption? connectionsOuterColor,
- double? dotsGlow,
- double? connectionsGlow,
- double? lineWidthScale,
- double? outlineScale,
- double? softness,
- 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,
});