PreviewDetails constructor

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

Implementation

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