ThunderParams constructor

ThunderParams(
  1. Image image,
  2. double width,
  3. double height,
  4. double widthRatio,
)

Implementation

ThunderParams(this.image, this.width, this.height, this.widthRatio);