SkeletonShape.square constructor

const SkeletonShape.square(
  1. double side, {
  2. double? radius,
  3. Key? key,
})

Implementation

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