lighting property

  1. @override
LightingInterface lighting
override

Implementation

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