GallerySetting constructor

const GallerySetting({
  1. RequestType requestType = RequestType.all,
  2. int maximum = 20,
  3. String albumSubtitle = 'Select Media',
  4. bool enableCamera = true,
  5. int? crossAxisCount,
})

Implementation

const GallerySetting({
  this.requestType = RequestType.all,
  this.maximum = 20,
  this.albumSubtitle = 'Select Media',
  this.enableCamera = true,
  this.crossAxisCount,
});