PowerTextureImageInfo constructor
PowerTextureImageInfo({})
Implementation
PowerTextureImageInfo(
{this.textureId,
this.width,
this.height,
required ui.Image image,
double scale = 1.0,
String? debugLabel})
: super(image: image, scale: scale, debugLabel: debugLabel);