SunnyPad.vertical constructor
Implementation
SunnyPad.vertical({Key? key, this.child, Color? color, bool? dense, bool? opaque})
: padding = dense == true ? sunnySpacing.vert / 2 : sunnySpacing.vert,
color = opaque == true ? sunnyColors.white : color,
super(key: key);