CommonSkeletonLoader constructor

const CommonSkeletonLoader({
  1. Key? key,
  2. dynamic height,
  3. dynamic width,
})

Implementation

const CommonSkeletonLoader({super.key, this.height, this.width});