OpenGLTexture constructor

const OpenGLTexture({
  1. Key? key,
  2. required int id,
})

Implementation

const OpenGLTexture({
  Key? key,
  required this.id,
}) : super(key: key);