menu
flutter_angle package
documentation
shared/webgl.dart
WebGL
get static method
get static method
dark_mode
light_mode
get
static method
int
?
get
(
int
?
i
)
Implementation
static int? get(int? i){ if(webGL.contains(i)){ return i; } else{ return null; } }
flutter_angle package
documentation
shared/webgl
WebGL
get static method
WebGL class