UIProShimmerWrap.circle constructor
Creates a shimmer wrap for circular content (avatars, icons).
Implementation
const UIProShimmerWrap.circle({
super.key,
required this.child,
required double size,
}) : width = size,
height = size,
borderRadius = null,
shape = UIProShimmerShape.circle;