px method

Implementation

AzContainer px(double x){
  _paddingLeft = x;
  _paddingRight = x;
  return this;
}