py method

Implementation

AzTextFormField py(double y){
  _paddingTop = y;
  _paddingBottom = y;

  // _padding = EdgeInsets.symmetric(vertical: y);
  return this;
}