CameraAlbumConfig constructor
CameraAlbumConfig({
- dynamic actionId,
- dynamic autoShowGuide,
- dynamic title,
- dynamic doneTitle,
- dynamic inType = 'image',
- dynamic firstCamera = false,
- dynamic showBottomCamera = true,
- dynamic showGridCamera = false,
- dynamic showAlbum = true,
- dynamic isMulti = false,
- dynamic guides,
- dynamic multiCount = 5,
- dynamic cute = false,
- dynamic customCamera = false,
- 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 = ''});