borderSuccess method

AzTextFormField borderSuccess()

Implementation

AzTextFormField borderSuccess(){
  _borderColor = colorSuccess;
  _border = helperBorder();
  return this;
}