background method

BasePad background(
  1. Background background
)

Sets the background Receives Background returns this object BasePad

Implementation

BasePad background(Background background) {
  _background = background;
  return this;
}