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