NiceSkeletonListItem constructor

const NiceSkeletonListItem({
  1. Key? key,
  2. bool hasLeading = true,
  3. bool hasTrailing = false,
  4. int titleLines = 1,
  5. bool hasSubtitle = true,
  6. EdgeInsets? padding,
})

Implementation

const NiceSkeletonListItem({
  super.key,
  this.hasLeading = true,
  this.hasTrailing = false,
  this.titleLines = 1,
  this.hasSubtitle = true,
  this.padding,
});