SkeletonContainer constructor
const
SkeletonContainer({
- Key? key,
- double? width,
- double? height,
- required SkeletonConfig config,
- double? borderRadius,
- bool isCircular = false,
- EdgeInsetsGeometry? margin,
Creates a skeleton container.
Implementation
const SkeletonContainer({
super.key,
this.width,
this.height,
required this.config,
this.borderRadius,
this.isCircular = false,
this.margin,
});