borderLight method

AzTextFormField borderLight()

Implementation

AzTextFormField borderLight(){
  _borderColor = colorLight;
  _border = helperBorder();
  return this;
}