CameraPage constructor
Implementation
CameraPage({bool? allowMultiple, bool? enableGallery, this.maxSize})
: assert(maxSize == null || maxSize >= 0),
this.allowMultiple = allowMultiple ?? true,
this.enableGallery = enableGallery ?? true;