ShimmerWidget.circular constructor

const ShimmerWidget.circular({
  1. Key? key,
  2. required double width,
  3. required double height,
  4. ShapeBorder shapeBorder = const CircleBorder(),
  5. Color color = Colors.grey,
})

Implementation

const ShimmerWidget.circular(
    {super.key, required this.width,
    required this.height,
    this.shapeBorder = const CircleBorder(),
    this.color = Colors.grey});