background method Null safety

Waveform background(
  1. Color background
)

Implementation

Waveform background(Color background) {
  _background = background;
  return this;
}