ShimmerWidget.circular constructor
const
ShimmerWidget.circular({
- Key? key,
- required double width,
- required double height,
- ShapeBorder shapeBorder = const CircleBorder(),
- Color color = Colors.grey,
Implementation
const ShimmerWidget.circular(
{super.key,
required this.width,
required this.height,
this.shapeBorder = const CircleBorder(),
this.color = Colors.grey});