lighting property
Implementation
@override
LightingInterface get lighting =>
camera.viewport.children.whereType<LightingInterface>().first;
@override
LightingInterface get lighting =>
camera.viewport.children.whereType<LightingInterface>().first;