SkeletonCard constructor

const SkeletonCard({
  1. Key? key,
  2. required double height,
  3. EdgeInsetsGeometry? padding,
})

Implementation

const SkeletonCard({super.key, required this.height, this.padding});