menu
bonfire package
documentation
lighting/lighting_component.dart
LightingInterface
removeVisibleLighting method
removeVisibleLighting method
dark_mode
light_mode
removeVisibleLighting
method
void
removeVisibleLighting
(
Lighting
lighting
)
Implementation
void removeVisibleLighting(Lighting lighting) { _visibleLight.remove(lighting); }
bonfire package
documentation
lighting/lighting_component
LightingInterface
removeVisibleLighting method
LightingInterface class