ArcaneSkeletonText constructor

const ArcaneSkeletonText({
  1. int lines = 3,
  2. String? lineHeight,
  3. Key? key,
})

Implementation

const ArcaneSkeletonText({
  this.lines = 3,
  this.lineHeight,
  super.key,
});