preview_details.dart 182 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 class PreviewDetails { num? width; num? height; num? sensorOrientation; int? textureId; PreviewDetails(this.width, this.height, this.sensorOrientation, this.textureId); }