PickImage constructor

const PickImage({
  1. Key? key,
  2. List<ImageCamera>? images,
  3. bool isView = false,
})

Implementation

const PickImage({super.key, this.images, this.isView = false});