NiceSkeletonText constructor

const NiceSkeletonText({
  1. Key? key,
  2. int lines = 3,
  3. double lineHeight = 16,
  4. double spacing = 8,
  5. double? lastLineWidth = 0.6,
})

Implementation

const NiceSkeletonText({
  super.key,
  this.lines = 3,
  this.lineHeight = 16,
  this.spacing = 8,
  this.lastLineWidth = 0.6,
});