PipenSkeletonCard constructor

const PipenSkeletonCard({
  1. double height = 40,
  2. EdgeInsets? padding,
  3. int total = 1,
  4. Key? key,
})

Implementation

const PipenSkeletonCard({this.height = 40, this.padding, this.total = 1, super.key});