pt method
Implementation
AzTextFormField pt(double double){
_paddingTop = double;
// _padding = EdgeInsets.only(top: double);
return this;
}
AzTextFormField pt(double double){
_paddingTop = double;
// _padding = EdgeInsets.only(top: double);
return this;
}