ImagesPostProcessing constructor

const ImagesPostProcessing({
  1. Key? key,
  2. List<XFile>? images,
})

Implementation

const ImagesPostProcessing({Key? key, this.images}) : super(key: key);