LightingComponent constructor

LightingComponent({
  1. Color? color,
})

Implementation

LightingComponent({Color? color}) {
  this.color = color;
}