UFUShimmer constructor

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

Implementation

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