SunnyPad({Key? key, this.child, this.color, bool? dense}) : padding = dense == true ? sunnySpacing.half : sunnySpacing.all, super(key: key);