ShimmerLoading constructor
ShimmerLoading({})
Implementation
ShimmerLoading(
{required this.width,
required this.height,
this.child,
this.baseColor,
this.secondColor,
this.direction = ShimmerDirection.ltr,
this.duration = const Duration(milliseconds: 1500),
this.key,
this.loop = 0,
this.running = true});