BigSkeleton constructor
BigSkeleton({})
Implementation
BigSkeleton({
Key? key,
this.width,
this.height,
this.cornerRadius, // 默认圆角4,设置0的时候才没有圆角
this.baseColor = const Color(0x1F000000),
this.highlightColor = const Color(0x29000000),
this.child,
}) : super(key: key);