ThermionFlutterTexture constructor

ThermionFlutterTexture(
  1. int? flutterTextureId,
  2. int? hardwareTextureId,
  3. int width,
  4. int height,
  5. int? surfaceAddress,
)

Implementation

ThermionFlutterTexture(this.flutterTextureId, this.hardwareTextureId,
    this.width, this.height, this.surfaceAddress) {

}