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