menu
thermion_dart package
documentation
thermion_dart/compatibility/web/interop/thermion_viewer_dart_bridge.dart
ThermionViewerJSDartBridge
setBloom method
setBloom method
dark_mode
light_mode
setBloom
method
@
JSExport
()
JSPromise
<
JSAny
?
>
setBloom
(
double
bloom
)
Implementation
@JSExport() JSPromise setBloom(double bloom) => viewer.setBloom(bloom).toJS;
thermion_dart package
documentation
thermion_dart/compatibility/web/interop/thermion_viewer_dart_bridge
ThermionViewerJSDartBridge
setBloom method
ThermionViewerJSDartBridge class