CameraAlbumConfig constructor

CameraAlbumConfig({
  1. dynamic actionId,
  2. dynamic autoShowGuide,
  3. dynamic title,
  4. dynamic doneTitle,
  5. dynamic inType = 'image',
  6. dynamic firstCamera = false,
  7. dynamic showBottomCamera = true,
  8. dynamic showGridCamera = false,
  9. dynamic showAlbum = true,
  10. dynamic isMulti = false,
  11. dynamic guides,
  12. dynamic multiCount = 5,
  13. dynamic cute = false,
  14. dynamic customCamera = false,
  15. dynamic bottomActionTitle = '',
})

Implementation

CameraAlbumConfig(
    {this.actionId,
      this.autoShowGuide,
    this.title,
    this.doneTitle,
    this.inType = 'image',
    this.firstCamera = false,
    this.showBottomCamera = true,
    this.showGridCamera = false,
    this.showAlbum = true,
    this.isMulti = false,
    this.guides,
    this.multiCount = 5,
    this.cute = false,
    this.customCamera = false,
    this.bottomActionTitle = ''});