SkeletonPlus.automatic constructor

SkeletonPlus.automatic({
  1. required bool enabled,
})

Default Skeleton animation

Implementation

SkeletonPlus.automatic({required this.enabled})
    : baseColor = null,
      highlightColor = null,
      duration = Duration(milliseconds: 1500),
      showShadows = false,
      showBorders = false;