SkeletonListItem constructor
Implementation
const SkeletonListItem({
super.key,
this.showLeading = true,
this.leadingSize = 48,
this.leadingIsCircle = true,
this.showTrailing = false,
this.textLines = 2,
this.padding,
this.isLoading = true,
});