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