ShimmerParagraph constructor
const
ShimmerParagraph({})
Implementation
const ShimmerParagraph({
super.key,
this.lineCount = 4,
this.lineHeight = 12,
this.lineSpacing = 8,
this.lastLineWidthFactor = 0.65,
this.padding = EdgeInsets.zero,
this.enabled = true,
});