UArLabels constructor
const
UArLabels({
- String? unsupported,
- String? installRequired,
- String? install,
- String? permission,
- String? locationPermission,
- String? openSettings,
- String? startAr,
- String? viewInYourSpace,
- String? viewInAr,
- String? loadingModel,
- String? loadFailed,
- String? scanning,
- String? tooFast,
- String? moreDetail,
- String? tooDark,
- String? relocalizing,
- String? findSurface,
- String? tapToPlace,
- String? gestures,
- String? chooseItem,
- String? noPlaces,
- String? waitingForLocation,
- String? calibrateCompass,
- String? tapToAddPoint,
- String? lookAtCamera,
- String? pointAtImage,
- String? pointAtCode,
- 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,
});