PipenSkeletonCard constructor
const
PipenSkeletonCard({
- double height = 40,
- EdgeInsets? padding,
- int total = 1,
- Key? key,
Implementation
const PipenSkeletonCard({this.height = 40, this.padding, this.total = 1, super.key});