ShimmerShape constructor
const
ShimmerShape({
- Key? key,
- double? height,
- double? width,
- EdgeInsetsGeometry? margin,
- double? roundRadius,
Implementation
const ShimmerShape({
Key? key,
this.height,
this.width,
this.margin,
this.roundRadius,
}) : super(key: key);