SkeletonLine constructor
const
SkeletonLine({
- Key? key,
- required SkeletonConfig config,
- double? width,
- double height = 16,
- EdgeInsetsGeometry? margin,
Creates a skeleton line.
Implementation
const SkeletonLine({
super.key,
required this.config,
this.width,
this.height = 16,
this.margin,
});