PreviewDetails constructor

PreviewDetails(
  1. num height,
  2. num width,
  3. num orientation,
  4. int textureId,
)

Implementation

PreviewDetails(this.height, this.width, this.orientation, this.textureId);