ShimmerWidget.rectangular constructor
ShimmerWidget.rectangular({})
Implementation
ShimmerWidget.rectangular({
this.width = double.infinity,
required this.height,
this.color = shimmerColor,
}) : shapeBorder = RoundedRectangleBorder(
borderRadius: BorderRadius.circular(10.0));