const PreviewEditingValue({ int? currentImage, List<String>? filesPath, }) : this.currentImage = currentImage ?? 0, this.filesPath = filesPath ?? const [];