LightingComponent constructor
LightingComponent({
- Color? color,
Implementation
LightingComponent({Color? color}) {
this.color = color;
}
LightingComponent({Color? color}) {
this.color = color;
}