menu
three_dart package
documentation
three3d/renderers/webgl/web_gl_parameters.dart
WebGLParameters
getValue method
getValue method
dark_mode
light_mode
getValue
method
dynamic
getValue
(
String
name
)
Implementation
getValue(String name) { Map<String, dynamic> json = toJSON(); return json[name]; }
three_dart package
documentation
three3d/renderers/webgl/web_gl_parameters
WebGLParameters
getValue method
WebGLParameters class