AppShimmer constructor

const AppShimmer({
  1. Key? key,
  2. double? width,
  3. double? height,
  4. double? radius,
})

Implementation

const AppShimmer({
  super.key,
  this.width,
  this.height,
  this.radius,
});