Skeleton({ Key? key, this.width, this.height, this.cornerRadius, // 默认圆角4,设置0的时候才没有圆角 }) : super(key: key);