borderSuccess method
Implementation
AzTextFormField borderSuccess(){
_borderColor = colorSuccess;
_border = helperBorder();
return this;
}
AzTextFormField borderSuccess(){
_borderColor = colorSuccess;
_border = helperBorder();
return this;
}