Background constructor

Background({
  1. String? blendMode,
  2. bool? visible,
  3. String? type,
  4. Color? color,
})

Implementation

Background({this.blendMode, this.visible, this.type, this.color});