NiceSkeletonCircle constructor

const NiceSkeletonCircle({
  1. Key? key,
  2. double size = 40,
  3. EdgeInsets? margin,
})

Implementation

const NiceSkeletonCircle({
  super.key,
  this.size = 40,
  this.margin,
});