SkeletonCard constructor

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

Implementation

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