ShimmeringObject constructor Null safety
- {Key? key,
- double? width,
- double? height,
- BorderRadius? radius,
- EdgeInsets? margin,
- EdgeInsets? padding}
Implementation
const ShimmeringObject({Key? key, this.width, this.height, this.radius, this.margin, this.padding}) : super(key: key);