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