MLImageLens constructor

const MLImageLens({
  1. Key? key,
  2. int? textureId,
  3. double? width,
  4. double? height,
})

Implementation

const MLImageLens({
  Key? key,
  this.textureId,
  this.width,
  this.height,
}) : super(key: key);