SimpleShimmer constructor

const SimpleShimmer({
  1. Key? key,
  2. int? looping,
  3. Color? bgColor,
  4. dynamic height,
  5. bool? isCircle = false,
})

Implementation

const SimpleShimmer(
    {super.key,
    this.looping,
    this.bgColor,
    this.height,
    this.isCircle = false});