ShimmerContainer constructor
const
ShimmerContainer({})
Implementation
const ShimmerContainer({
Key? key,
required this.child,
this.baseColor = Colors.grey,
this.highlightColor = Colors.white,
this.duration = const Duration(seconds: 2),
}) : super(key: key);