menu
flutter_opengl package
documentation
flutter_opengl.dart
OpenGLTexture
OpenGLTexture const constructor
OpenGLTexture const constructor
dark_mode
light_mode
OpenGLTexture
constructor
const
OpenGLTexture
(
{
Key
?
key
,
required
int
id
,
})
Implementation
const OpenGLTexture({ Key? key, required this.id, }) : super(key: key);
flutter_opengl package
documentation
flutter_opengl
OpenGLTexture
OpenGLTexture const constructor
OpenGLTexture class