SkeletonCard constructor
Implementation
const SkeletonCard({
super.key,
this.showAvatar = true,
this.avatarSize = 40,
this.textLines = 2,
this.showImage = false,
this.imageHeight = 120,
this.borderRadius = 16,
this.padding,
this.isLoading = true,
});