const Skeleton({ Key? key, this.height = 20, this.width = 200, this.cornerRadius = 4, }) : super(key: key);