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