ShimmerWidget constructor

const ShimmerWidget({
  1. Key? key,
  2. double? width,
  3. double? height,
  4. bool? circular,
})

Implementation

const ShimmerWidget({super.key, this.width, this.height, this.circular});