NikuPadding({ Key? key, this.top = 0, this.bottom = 0, this.left = 0, this.right = 0, required this.child, }) : super(key: key);