TabsTexts constructor

TabsTexts({
  1. String videoText = "VIDEO",
  2. String photoText = "PHOTO",
  3. String clearImagesText = "Clear selected images",
  4. String galleryText = "GALLERY",
  5. String deletingText = "DELETE",
  6. String? limitingText,
  7. String notFoundingCameraText = "No secondary camera found",
  8. String holdButtonText = "Press and hold to record",
  9. String noImagesFounded = "There is no images",
  10. String acceptAllPermissions = "Failed! accept all access permissions.",
})

Implementation

TabsTexts({
  this.videoText = "VIDEO",
  this.photoText = "PHOTO",
  this.clearImagesText = "Clear selected images",
  this.galleryText = "GALLERY",
  this.deletingText = "DELETE",
  this.limitingText,
  this.notFoundingCameraText = "No secondary camera found",
  this.holdButtonText = "Press and hold to record",
  this.noImagesFounded = "There is no images",
  this.acceptAllPermissions = "Failed! accept all access permissions.",
});