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