NiceSkeletonLoader constructor

const NiceSkeletonLoader({
  1. Key? key,
  2. int lines = 3,
  3. double lineHeight = 16.0,
  4. double lineSpacing = 12.0,
  5. double lastLineWidth = 0.6,
  6. double borderRadius = 4.0,
})

Implementation

const NiceSkeletonLoader({
  super.key,
  this.lines = 3,
  this.lineHeight = 16.0,
  this.lineSpacing = 12.0,
  this.lastLineWidth = 0.6,
  this.borderRadius = 4.0,
});