PickImageSettings constructor
- double? maxWidth,
- double? maxHeight,
- int? imageQuality = 80,
- CameraDevice preferredCameraDevice = CameraDevice.rear,
Implementation
const PickImageSettings({this.maxWidth, this.maxHeight, this.imageQuality = 80, this.preferredCameraDevice = CameraDevice.rear});