UArRoomScanOptions constructor

const UArRoomScanOptions({
  1. bool exportModel = true,
  2. bool parametric = true,
  3. String? doneLabel,
  4. String? cancelLabel,
})

Implementation

const UArRoomScanOptions({this.exportModel = true, this.parametric = true, this.doneLabel, this.cancelLabel});