borderWarning method
Implementation
AzTextFormField borderWarning(){
_borderColor = colorWarning;
_border = helperBorder();
return this;
}
AzTextFormField borderWarning(){
_borderColor = colorWarning;
_border = helperBorder();
return this;
}