px method

Implementation

AzTextFormField px(double x){
  _paddingLeft = x;
  _paddingRight = x;

  // _padding = EdgeInsets.symmetric(horizontal: x);
  return this;
}