SkeletonBox constructor
const
SkeletonBox({
- Key? key,
- required SkeletonConfig config,
- double aspectRatio = 1.0,
- double? borderRadius,
Creates a skeleton box.
Implementation
const SkeletonBox({
super.key,
required this.config,
this.aspectRatio = 1.0,
this.borderRadius,
});