NiceShimmer constructor
Implementation
const NiceShimmer({
super.key,
this.width,
this.height,
this.borderRadius = 4.0,
this.baseColor,
this.highlightColor,
this.duration = const Duration(milliseconds: 1500),
this.child,
});
const NiceShimmer({
super.key,
this.width,
this.height,
this.borderRadius = 4.0,
this.baseColor,
this.highlightColor,
this.duration = const Duration(milliseconds: 1500),
this.child,
});