borderSecondary method

AzTextFormField borderSecondary()

Implementation

AzTextFormField borderSecondary(){
  _borderColor = colorSecondary;
  _border = helperBorder();
  return this;
}