NiceSkeletonBox constructor
const
NiceSkeletonBox({
- Key? key,
- double? width,
- double height = 16,
- BorderRadius? borderRadius,
- EdgeInsets? margin,
Implementation
const NiceSkeletonBox({
super.key,
this.width,
this.height = 16,
this.borderRadius,
this.margin,
});