my method

Implementation

AzContainer my(double y){
  _marginTop = y;
  _marginBottom = y;
  return this;
}