SkeletonShape constructor

const SkeletonShape({
  1. required double width,
  2. required double height,
  3. double? radius,
  4. Key? key,
})

Implementation

const factory SkeletonShape({
  required double width,
  required double height,
  double? radius,
  Key? key,
}) = _SkeletonShapeRect;