PickImage constructor
const
PickImage({
- Key? key,
- List<
ImageCamera> ? images, - bool isView = false,
Implementation
const PickImage({super.key, this.images, this.isView = false});