borderPrimary method

AzTextFormField borderPrimary()

Implementation

AzTextFormField borderPrimary(){
  _borderColor = colorPrimary;
  _border = helperBorder();
  return this;
}