SkeletonShape.circle constructor

const SkeletonShape.circle(
  1. double side, {
  2. Key? key,
})

Implementation

const factory SkeletonShape.circle(double side, {Key? key}) =
    _SkeletonShapeRect.circle;