pr method
Implementation
AzTextFormField pr(double double){
_paddingRight = double;
// _padding = EdgeInsets.only(right: double);
return this;
}
AzTextFormField pr(double double){
_paddingRight = double;
// _padding = EdgeInsets.only(right: double);
return this;
}