PKDarkCardProfileSkeleton constructor

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

Implementation

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