ArcaneSkeleton.line constructor

const ArcaneSkeleton.line({
  1. String? width,
  2. bool animate = true,
  3. Key? key,
})

Implementation

const ArcaneSkeleton.line({
  this.width,
  this.animate = true,
  super.key,
})  : shape = SkeletonShape.text,
      height = null,
      borderRadius = null;