NiceSkeletonCard constructor
const
NiceSkeletonCard({
- Key? key,
- bool hasImage = true,
- double imageHeight = 150,
- int contentLines = 3,
- EdgeInsets? padding,
- EdgeInsets? margin,
Implementation
const NiceSkeletonCard({
super.key,
this.hasImage = true,
this.imageHeight = 150,
this.contentLines = 3,
this.padding,
this.margin,
});