SkeletonBox constructor

SkeletonBox({
  1. required double width,
  2. required double height,
  3. bool isCircle = false,
})

Implementation

SkeletonBox({required this.width, required this.height, this.isCircle: false});