SkeletonParagraph constructor
Implementation
const SkeletonParagraph({
super.key,
this.lines = 3,
this.lineHeight = 14,
this.lineSpacing = 8,
this.lastLineWidth = 0.6,
this.baseColor,
this.highlightColor,
this.isLoading = true,
});
const SkeletonParagraph({
super.key,
this.lines = 3,
this.lineHeight = 14,
this.lineSpacing = 8,
this.lastLineWidth = 0.6,
this.baseColor,
this.highlightColor,
this.isLoading = true,
});