pLTRB method
Implementation
AzButton pLTRB(left,top,right,bottom){
_padding = MaterialStateProperty.all(EdgeInsets.fromLTRB(left,top,right,bottom));
return this;
}
AzButton pLTRB(left,top,right,bottom){
_padding = MaterialStateProperty.all(EdgeInsets.fromLTRB(left,top,right,bottom));
return this;
}