menu
bonfire package
documentation
lighting/lighting.dart
Lighting
setupLighting method
setupLighting method
dark_mode
light_mode
setupLighting
method
void
setupLighting
(
LightingConfig
?
config
)
Used to set configuration
Implementation
void setupLighting(LightingConfig? config) => _lightingConfig = config;
bonfire package
documentation
lighting/lighting
Lighting
setupLighting method
Lighting mixin