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