ShimmerWidget.circular constructor

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

Implementation

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