PKCardProfileSkeleton constructor

const PKCardProfileSkeleton({
  1. bool isCircularImage = true,
  2. bool isBottomLinesActive = true,
})

Implementation

const PKCardProfileSkeleton(
    {this.isCircularImage = true, this.isBottomLinesActive = true});