ShimmerCard constructor
const
ShimmerCard({})
Implementation
const ShimmerCard(
{super.key,
required this.width,
required this.height,
this.orientation = Axis.vertical,
this.fillWidth = false,
this.baseColor = Colors.grey,
this.highlightColor = Colors.black12});