UArNativeViewerOptions constructor

const UArNativeViewerOptions({
  1. required UArSource source,
  2. UArSource? iosSource,
  3. String? title,
  4. String? link,
  5. bool arFirst = true,
  6. bool resizable = true,
  7. String? fallbackUrl,
})

Implementation

const UArNativeViewerOptions({required this.source, this.iosSource, this.title, this.link, this.arFirst = true, this.resizable = true, this.fallbackUrl});