UIProShimmer constructor
const
UIProShimmer({})
Creates a shimmer effect widget.
Implementation
const UIProShimmer({
super.key,
this.child,
this.width,
this.height,
this.borderRadius,
this.baseColor,
this.highlightColor,
this.duration,
this.enabled = true,
this.shape = UIProShimmerShape.rectangle,
this.direction = UIProShimmerDirection.leftToRight,
});