SuperSkeleton.circle constructor
const
SuperSkeleton.circle({
- Key? key,
- double? size,
- EdgeInsetsGeometry? margin,
Implementation
const SuperSkeleton.circle({
super.key,
double? size,
this.margin,
}) : width = size,
height = size,
shape = const CircleBorder();