Widget vpad([int units = 2]) { return Padding( padding: EdgeInsets.symmetric(vertical: SunnySpacing().spaceUnit * units), child: this, ); }