pb method
Implementation
AzTextFormField pb(double double){
_paddingBottom = double;
// _padding = EdgeInsets.only(bottom: double);
return this;
}
AzTextFormField pb(double double){
_paddingBottom = double;
// _padding = EdgeInsets.only(bottom: double);
return this;
}