ShimmerObject constructor Null safety

const ShimmerObject(
  1. {Key? key,
  2. double? width,
  3. double? height,
  4. BorderRadius? radius,
  5. EdgeInsets? margin,
  6. EdgeInsets? padding}
)

Implementation

const ShimmerObject({Key? key, this.width, this.height, this.radius, this.margin, this.padding}) : super(key: key);