UArLabels constructor

const UArLabels({
  1. String? unsupported,
  2. String? installRequired,
  3. String? install,
  4. String? permission,
  5. String? locationPermission,
  6. String? openSettings,
  7. String? startAr,
  8. String? viewInYourSpace,
  9. String? viewInAr,
  10. String? loadingModel,
  11. String? loadFailed,
  12. String? scanning,
  13. String? tooFast,
  14. String? moreDetail,
  15. String? tooDark,
  16. String? relocalizing,
  17. String? findSurface,
  18. String? tapToPlace,
  19. String? gestures,
  20. String? chooseItem,
  21. String? noPlaces,
  22. String? waitingForLocation,
  23. String? calibrateCompass,
  24. String? tapToAddPoint,
  25. String? lookAtCamera,
  26. String? pointAtImage,
  27. String? pointAtCode,
  28. String? recording,
})

Implementation

const UArLabels({
  this.unsupported,
  this.installRequired,
  this.install,
  this.permission,
  this.locationPermission,
  this.openSettings,
  this.startAr,
  this.viewInYourSpace,
  this.viewInAr,
  this.loadingModel,
  this.loadFailed,
  this.scanning,
  this.tooFast,
  this.moreDetail,
  this.tooDark,
  this.relocalizing,
  this.findSurface,
  this.tapToPlace,
  this.gestures,
  this.chooseItem,
  this.noPlaces,
  this.waitingForLocation,
  this.calibrateCompass,
  this.tapToAddPoint,
  this.lookAtCamera,
  this.pointAtImage,
  this.pointAtCode,
  this.recording,
});