ShimmerImage constructor
const
ShimmerImage({
- Key? key,
- double? width,
- double height = 160,
- BorderRadius borderRadius = const BorderRadius.all(Radius.circular(12)),
- bool enabled = true,
Implementation
const ShimmerImage({
super.key,
this.width,
this.height = 160,
this.borderRadius = const BorderRadius.all(Radius.circular(12)),
this.enabled = true,
});