Skeleton.circle constructor

const Skeleton.circle({
  1. String? height,
  2. Key? key,
})

Circle skeleton

Implementation

const Skeleton.circle({
  this.height,
  super.key,
})  : width = null,
      borderRadius = null,
      circle = true;