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