TXCameraCaptureParam constructor

TXCameraCaptureParam(
  1. {TXCameraCaptureMode mode = TXCameraCaptureMode.auto,
  2. int width = 640,
  3. int height = 360}
)

Implementation

TXCameraCaptureParam({
  this.mode = TXCameraCaptureMode.auto,
  this.width = 640,
  this.height = 360,
});