Shading constructor

Shading({
  1. OptionalColor? backgroundColor,
})

Implementation

Shading({
  this.backgroundColor,
});