ArcaneSkeleton constructor

const ArcaneSkeleton({
  1. SkeletonShape shape = SkeletonShape.rectangle,
  2. String? width,
  3. String? height,
  4. bool animate = true,
  5. ArcaneStyleData? styles,
  6. ArcaneDecoration? decoration,
  7. Key? key,
})

Implementation

const ArcaneSkeleton({
  this.shape = SkeletonShape.rectangle,
  this.width,
  this.height,
  this.animate = true,
  this.styles,
  this.decoration,
  super.key,
});