PKCardListSkeleton constructor

PKCardListSkeleton({
  1. bool isCircularImage = true,
  2. int length = 10,
  3. bool isBottomLinesActive = true,
})

Implementation

PKCardListSkeleton({
  this.isCircularImage = true,
  this.length = 10,
  this.isBottomLinesActive = true,
});