ToolbarConfig constructor

ToolbarConfig({
  1. bool show = true,
  2. double? size,
  3. bool showCloseButton = true,
  4. bool showTorchButton = true,
  5. bool showCameraSwitchButton = true,
  6. bool showCaptureButton = false,
  7. bool showChangeFrameButton = false,
})

Implementation

ToolbarConfig({
  this.show = true,
  this.size,
  this.showCloseButton = true,
  this.showTorchButton = true,
  this.showCameraSwitchButton = true,
  this.showCaptureButton = false,
  this.showChangeFrameButton = false,
});