background method
Sets the background Receives Background returns this object BasePad
Implementation
BasePad background(Background background) {
_background = background;
return this;
}
Sets the background Receives Background returns this object BasePad
BasePad background(Background background) {
_background = background;
return this;
}