background method

T background(
  1. Paint? background
)

Implementation

T background(Paint? background) => this.._background = background;