SkeletonCard constructor

const SkeletonCard({
  1. bool showAvatar = true,
  2. int lines = 3,
  3. Key? key,
})

Implementation

const SkeletonCard({
  this.showAvatar = true,
  this.lines = 3,
  super.key,
});