TextureInfo constructor

TextureInfo(
  1. int width,
  2. int height,
  3. Uint8List imageData
)

Implementation

TextureInfo(this.width, this.height, this.imageData);