XImagePickerResult constructor

XImagePickerResult({
  1. required File file,
  2. required int width,
  3. required int height,
  4. File? cover,
})

Implementation

XImagePickerResult(
    {required this.file,
    required this.width,
    required this.height,
    this.cover});